BS_LEFT top-level constant

int const BS_LEFT

Left-justifies the text in the button rectangle. However, if the button is a check box or radio button that does not have the BS_RIGHTBUTTON style, the text is left justified on the right side of the check box or radio button.

Implementation

const BS_LEFT = 0x00000100;