Click or drag to resize

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
Syntax
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
)

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