Click or drag to resize
CTInterfaceControlVisibilityOverrideArgsGetCurrentSelection Method
Gets the current selection of a hideable control.

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll)
Syntax
public bool GetCurrentSelection(
	HideableControlType eType,
	ref long lSelection
)

Parameters

eType
Type: HideableControlType
Hideable control which selection to query
lSelection
Type: SystemInt64
Return value of the selection.

Return Value

Type: Boolean
True if the control and returned lSelection is valid, false otherwise.
See Also