Click or drag to resize
CGUIiTwoPanelSelectionEx2 Method (CGXNETCore, IWin32Window, CLST, CLST, Int32, Int32, String, String)
Two-panel selection; extended options including a help link.

Available since Oasis montaj version: 5.0
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Same as iTwoPanelSelectionEx_GUI, but user can specify a help link.
Syntax
public static int iTwoPanelSelectionEx2(
	CGXNETCore gxNetShared,
	IWin32Window owner,
	CLST ls_tf,
	CLST ls_ts,
	int sorted,
	int allow_no_select,
	string title,
	string help
)

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)
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
See Also