BS_CHECKBOX top-level constant

int const BS_CHECKBOX

Creates a small, empty check box with text. By default, the text is displayed to the right of the check box. To display the text to the left of the check box, combine this flag with the BS_LEFTTEXT style (or with the equivalent BS_RIGHTBUTTON style).

Implementation

const BS_CHECKBOX = 0x00000002;