BS_AUTO3STATE top-level constant

int const BS_AUTO3STATE

Creates a button that is the same as a three-state check box, except that the box changes its state when the user selects it. The state cycles through checked, indeterminate, and cleared.

Implementation

const BS_AUTO3STATE = 0x00000006;