| CTInterfaceControlVisibilityOverrideArgsGetPossibleSelections Method |
Get all possible selections that can be set for given control.
Namespace: ATR.CT.CTInterfaceAssembly: CTInterface (in CTInterface.dll)
Syntax public 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