| CTInterfaceControlVisibilityOverrideArgsGetCurrentSelection Method |
Gets the current selection of a hideable control.
Namespace: ATR.CT.CTInterfaceAssembly: CTInterface (in CTInterface.dll)
Syntax public bool GetCurrentSelection(
HideableControlType eType,
ref long lSelection
)
Public Function GetCurrentSelection (
eType As HideableControlType,
ByRef lSelection As Long
) As Boolean
Parameters
- eType
- Type: HideableControlType
Hideable control which selection to query - lSelection
- Type: SystemInt64
Return value of the selection.
Return Value
Type:
BooleanTrue if the control and returned lSelection is valid, false otherwise.
See Also