Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Cycles through the toggle states of a control.
Syntax
HRESULT Toggle(VOID);
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
A control must cycle through its ToggleState in this order: ToggleState.On, ToggleState.Off and, if supported, ToggleState.Indeterminate.
See Also