Click or drag to resize

CTInterfaceControlVisibilityOverrideArgsRemoveSelection Method

Remove selection from hideable controls selection list.

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

Parameters

eType  HideableControlType
Hideable control which selection to remove.
lSelection  Int64
Selection to remove

Return Value

Boolean
True if successfull, false otherwise
See Also