CheckUncheckOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This enumeration provides flags to configure the check/clear options for check boxes and option buttons.
This enumeration supports a bitwise combination of its member values.
public enum class CheckUncheckOptions
[System.Flags]
public enum CheckUncheckOptions
[<System.Flags>]
type CheckUncheckOptions =
Public Enum CheckUncheckOptions
- Inheritance
-
CheckUncheckOptions
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | The default state. |
VerifyFinalState | 1 | Verify the final state. |
UseClick | 2 | Use a click to set the state. |
UseSpace | 4 | Use the spacebar to set the state. |
SetIndeterminate | 8 | Set the state as indeterminate. |