Share via


CheckUncheckOptions Enum

Definition

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

None 0

The default state.

SetIndeterminate 8

Set the state as indeterminate.

UseClick 2

Use a click to set the state.

UseSpace 4

Use the spacebar to set the state.

VerifyFinalState 1

Verify the final state.

Applies to