BS_RIGHTBUTTON top-level constant

int const BS_RIGHTBUTTON

Positions a radio button's circle or a check box's square on the right side of the button rectangle. Same as the BS_LEFTTEXT style.

Implementation

const BS_RIGHTBUTTON = BS_LEFTTEXT;