|  | CTInterfaceControlVisibilityOverrideArgsGetPossibleSelections Method  | 
 
            Get all possible selections that can be set for given control.
            
 
    Namespace: 
   ATR.CT.CTInterface
    Assembly:
   CTInterface (in CTInterface.dll)
 Syntax
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
- Type: HideableControlType
 Hideable control which possible selections to query.
- lSelections
- Type: System.Collections.GenericListInt64
 Returns list of possible selections.
Return Value
Type: 
BooleanTrue if the control and returned list of selections is valid, false otherwise.
 See Also
See Also