| CTInterfaceControlVisibilityOverrideArgsRemoveSelection Method |
Remove selection from hideable controls selection list.
Namespace: ATR.CT.CTInterfaceAssembly: CTInterface (in CTInterface.dll)
Syntax public bool RemoveSelection(
HideableControlType eType,
long lSelection
)
Public Function RemoveSelection (
eType As HideableControlType,
lSelection As Long
) As Boolean
Parameters
- eType
- Type: HideableControlType
Hideable control which selection to remove. - lSelection
- Type: SystemInt64
Selection to remove
Return Value
Type:
BooleanTrue if successfull, false otherwise
See Also