Click or drag to resize

CTInterfaceControlVisibilityOverrideArgsGetPossibleSelections Method

Get all possible selections that can be set for given control.

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public bool GetPossibleSelections(
	HideableControlType eType,
	out List<long> lSelections
)

Parameters

eType  HideableControlType
Hideable control which possible selections to query.
lSelections  ListInt64
Returns list of possible selections.

Return Value

Boolean
True if the control and returned list of selections is valid, false otherwise.
See Also