  | CTInterfaceControlVisibilityOverrideArgsGetPossibleSelections Method | 
            Get all possible selections that can be set for given control.
            
Namespace: ATR.CT.CTInterfaceAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic bool GetPossibleSelections(
	HideableControlType eType,
	out List<long> lSelections
)
Public Function GetPossibleSelections ( 
	eType As HideableControlType,
	<OutAttribute> ByRef lSelections As List(Of Long)
) As Boolean
Parameters
- eType  HideableControlType
 - Hideable control which possible selections to query.
 - lSelections  ListInt64
 - Returns list of possible selections.
 
Return Value
BooleanTrue if the control and returned list of selections is valid, false otherwise.
See Also