 | CGUIiTwoPanelSelectionEx2 Method (IWin32Window, CLST, CLST, Int32, Int32, String, String) |
Two-panel selection; extended options including a help link.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static int iTwoPanelSelectionEx2(
IWin32Window owner,
CLST ls_tf,
CLST ls_ts,
int sorted,
int allow_no_select,
string title,
string help
)
public static int iTwoPanelSelectionEx2(
IWin32Window owner,
CLST ls_tf,
CLST ls_ts,
int sorted,
int allow_no_select,
string title,
string help
)
Public Shared Function iTwoPanelSelectionEx2 (
owner As IWin32Window,
ls_tf As CLST,
ls_ts As CLST,
sorted As Integer,
allow_no_select As Integer,
title As String,
help As String
) As Integer
Public Shared Function iTwoPanelSelectionEx2 (
owner As IWin32Window,
ls_tf As CLST,
ls_ts As CLST,
sorted As Integer,
allow_no_select As Integer,
title As String,
help As String
) As Integer
public:
static int iTwoPanelSelectionEx2(
IWin32Window^ owner,
CLST^ ls_tf,
CLST^ ls_ts,
int sorted,
int allow_no_select,
String^ title,
String^ help
)
public:
static int iTwoPanelSelectionEx2(
IWin32Window^ owner,
CLST^ ls_tf,
CLST^ ls_ts,
int sorted,
int allow_no_select,
String^ title,
String^ help
)
static member iTwoPanelSelectionEx2 :
owner : IWin32Window *
ls_tf : CLST *
ls_ts : CLST *
sorted : int *
allow_no_select : int *
title : string *
help : string -> int
static member iTwoPanelSelectionEx2 :
owner : IWin32Window *
ls_tf : CLST *
ls_ts : CLST *
sorted : int *
allow_no_select : int *
title : string *
help : string -> int
Parameters
- owner
- Type: System.Windows.FormsIWin32Window
The IWin32Window the message box will display in front of. - ls_tf
- Type: GeoEngine.Core.GXNetCLST
All available items for selection. - ls_ts
- Type: GeoEngine.Core.GXNetCLST
Selections (altered on output) - sorted
- Type: SystemInt32
Sort items alphabetically (0:No, 1:Yes) - allow_no_select
- Type: SystemInt32
Allow no items selected (0:No, 1:Yes) - title
- Type: SystemString
Title for dialog - help
- Type: SystemString
Help link
Return Value
Type:
Int32
0 - Ok
1 - Cancel
Remarks
Same as iTwoPanelSelectionEx_GUI, but user can specify a help
link.
See Also