Radio Button Styles

Windows CE supports most of the radio button styles that Windows-based desktop platforms support, but it does not support the BS_LEFTTEXT style, which places the radio button to the right of the assoicated text. You can achieve the same effect by using the BS_RIGHTBUTTON style.

Radio button styles are described in the following table. They are the same in Windows CE as they are in Windows-based desktop platforms.

Style Description
BS_AUTORADIOBUTTON Creates a radio button that, when selected by a user, clears all other buttons in the same group.
BS_RADIOBUTTON Creates a small circle with a label displayed to the right of it. To display the text to the left of the circle, combine this flag with the BS_RIGHTBUTTON style.
BS_LEFT Left-aligns the text in the button rectangle on the right side of the check box.
BS_RIGHT Right-aligns text in the button rectangle on the right side of the check box.
BS_RIGHTBUTTON Positions a check box's square on the right side of the button rectangle.
WS_TABSTOP Turns control into a tab stop, which allows the user to select the control by tabbing through the controls in a dialog box.