Package at.bestsolution.uia
Interface IToggleProvider
- All Superinterfaces:
IInitable
Provides access to controls that can cycle through a set of states and maintain a state after it is set.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classcontext object for IToggleProvider. -
Method Summary
Modifier and TypeMethodDescriptionSpecifies the toggle state of the control.voidToggle()Cycles through the toggle states of a control.Methods inherited from interface at.bestsolution.uia.IInitable
initialize
-
Method Details
-
Toggle
void Toggle()Cycles through the toggle states of a control.A control must cycle through its ToggleState in this order: ToggleState_On, ToggleState_Off and, if supported, ToggleState_Indeterminate.
-
get_ToggleState
ToggleState get_ToggleState()Specifies the toggle state of the control.A control must cycle through its ToggleState in this order: ToggleState_On, ToggleState_Off and, if supported, ToggleState_Indeterminate.
- Returns:
- the toggle state
-