Click or drag to resize

CGUIiTwoPanelSelection2 Method (CGXNETCore, IWin32Window, CLST, CLST, String)

Two-panel selection, items not sorted alphabetically.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static int iTwoPanelSelection2(
	CGXNETCore gxNetShared,
	IWin32Window owner,
	CLST ls_tf,
	CLST ls_ts,
	string title
)

public static int iTwoPanelSelection2(
	CGXNETCore gxNetShared,
	IWin32Window owner,
	CLST ls_tf,
	CLST ls_ts,
	string title
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
owner
Type: System.Windows.FormsIWin32Window
The IWin32Window the message box will display in front of.
ls_tf
Type: GeoEngine.Core.GXNetXCLST
All available items for selection.
ls_ts
Type: GeoEngine.Core.GXNetXCLST
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