Click or drag to resize
CTInterfaceControlVisibilityOverrideArgsRemoveSelection Method
Remove selection from hideable controls selection list.

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll)
Syntax
public bool RemoveSelection(
	HideableControlType eType,
	long lSelection
)

Parameters

eType
Type: HideableControlType
Hideable control which selection to remove.
lSelection
Type: SystemInt64
Selection to remove

Return Value

Type: Boolean
True if successfull, false otherwise
See Also