Click or drag to resize

CTInterfaceControlVisibilityOverrideArgsSetSelection Method

Set selection of given control.

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

Parameters

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

Return Value

Boolean
True if successfull, false otherwise
See Also