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