Click or drag to resize

CTInterfaceControlVisibilityOverrideArgsGetCurrentSelection Method

Gets the current selection of a hideable control.

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

Parameters

eType  HideableControlType
Hideable control which selection to query
lSelection  Int64
Return value of the selection.

Return Value

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