| CTInterfaceControlVisibilityOverrideArgsSetSelection Method |
Set selection of given control.
Namespace: ATR.CT.CTInterfaceAssembly: CTInterface (in CTInterface.dll)
Syntax public bool SetSelection(
HideableControlType eType,
long lSelection
)
Public Function SetSelection (
eType As HideableControlType,
lSelection As Long
) As Boolean
Parameters
- eType
- Type: HideableControlType
Hideable control which selection to set. - lSelection
- Type: SystemInt64
Selection to set.
Return Value
Type:
BooleanTrue if successfull, false otherwise
See Also