Click or drag to resize

CTInterfaceControlVisibilityOverrideArgsSetSelection Method

Set selection of given control.

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

Parameters

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

Return Value

Type: Boolean
True if successfull, false otherwise
See Also