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