Click or drag to resize
CSYSiDisplayTaskDialogUI Method
Show a Windows TaskDialog UI (see https://msdn.microsoft.com/en-us/library/windows/desktop/bb760441(v=vs.85).aspx ).

Available since Oasis montaj version: 9.3.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static int iDisplayTaskDialogUI(
	string str1,
	string str2,
	string str3,
	int i4,
	CLST oLST5,
	int i6,
	string str7,
	int i8,
	string str9,
	ref int i10,
	string str11,
	string str12,
	string str13
)

Parameters

str1
Type: SystemString
Title
str2
Type: SystemString
Main instruction (empty string for none)
str3
Type: SystemString
Content (empty string for none)
i4
Type: SystemInt32
Common Buttons, one of TD_BUTTONConstant
oLST5
Type: GeoEngine.Core.GXNetCLST
Optional LST of custom buttons. Name in LST will be used for button text, while value should be an int to return. Pass (LST)0 to only use standard button flags.
i6
Type: SystemInt32
Icon TD_ICONConstant
str7
Type: SystemString
Footer (empty string for none)
i8
Type: SystemInt32
Footer Icon TD_ICONConstant
str9
Type: SystemString
Verification checkbox text (empty string for none)
i10
Type: SystemInt32
Verification checkbox checked (in/out)
str11
Type: SystemString
Expanded information (empty string for none)
str12
Type: SystemString
Collapsed control text for expanded information (empty string for default; 'More')
str13
Type: SystemString
Expanded control text for expanded information (empty string for default; 'Less')

Return Value

Type: Int32
Button ID. One of TD_IDConstant or the int value from LST of custom buttons.
See Also