Modifier and Type | Interface and Description |
---|---|
static class |
IToggleProvider.ToggleProviderContext
context object for IToggleProvider.
|
Modifier and Type | Method and Description |
---|---|
ToggleState |
get_ToggleState()
Specifies the toggle state of the control.
|
void |
Toggle()
Cycles through the toggle states of a control.
|
initialize
void Toggle()
A control must cycle through its ToggleState in this order: ToggleState_On, ToggleState_Off and, if supported, ToggleState_Indeterminate.
ToggleState get_ToggleState()
A control must cycle through its ToggleState in this order: ToggleState_On, ToggleState_Off and, if supported, ToggleState_Indeterminate.