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)
Syntax
public bool GetPossibleSelections(
	HideableControlType eType,
	out List<long> lSelections
)

Parameters

eType
Type: HideableControlType
Hideable control which possible selections to query.
lSelections
Type: System.Collections.GenericListInt64
Returns list of possible selections.

Return Value

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