XRThreeState (Windows Embedded CE 6.0)
1/6/2010
This enumeration contains values that specify the possible toggle states of a UI element.
Syntax
enum XRThreeState
{
XRThreeState_Unchecked = 0,
XRThreeState_Checked,
XRThreeState_Indeterminate
};
Members
- XRThreeState_Off
The UI element is not selected, checked, marked, or otherwise enabled.
- XRThreeState_On
The UI element is selected, checked, marked, or otherwise enabled.
- XRThreeState_Indeterminate
The UI element is in an indeterminate state.
Remarks
A control must cycle through its toggle states in the following order:
- XRThreeState_On
- XRThreeState_Off
- XRThreeState_Indeterminate (if supported)
.NET Framework Equivalent
System.Windows.Automation.ToggleState
Requirements
Header | XamlRuntime.h |
sysgen | SYSGEN_XAML_RUNTIME |
Windows Embedded CE | Windows Embedded CE 6.0 R3 |