 | CGUIiTwoPanelSelection2 Method (IWin32Window, CLST, CLST, String) |
Two-panel selection, items not sorted alphabetically.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static int iTwoPanelSelection2(
IWin32Window owner,
CLST ls_tf,
CLST ls_ts,
string title
)
public static int iTwoPanelSelection2(
IWin32Window owner,
CLST ls_tf,
CLST ls_ts,
string title
)
Public Shared Function iTwoPanelSelection2 (
owner As IWin32Window,
ls_tf As CLST,
ls_ts As CLST,
title As String
) As Integer
Public Shared Function iTwoPanelSelection2 (
owner As IWin32Window,
ls_tf As CLST,
ls_ts As CLST,
title As String
) As Integer
public:
static int iTwoPanelSelection2(
IWin32Window^ owner,
CLST^ ls_tf,
CLST^ ls_ts,
String^ title
)
public:
static int iTwoPanelSelection2(
IWin32Window^ owner,
CLST^ ls_tf,
CLST^ ls_ts,
String^ title
)
static member iTwoPanelSelection2 :
owner : IWin32Window *
ls_tf : CLST *
ls_ts : CLST *
title : string -> int
static member iTwoPanelSelection2 :
owner : IWin32Window *
ls_tf : CLST *
ls_ts : CLST *
title : 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) - title
- Type: SystemString
Title for dialog
Return Value
Type:
Int32
0 - Ok
1 - Cancel
Remarks
Same as iTwoPanelSelection_GUI, but the items in the
two lists are not sorted alphabetically, but are ordered
exactly as input, and when an item is selected it is
added at the end of the lists.
See Also