Radio Button Styles (Windows Embedded CE 6.0)
1/6/2010
The following table shows the styles that are supported by Windows Embedded CE.
Radio button style | Description |
---|---|
BS_AUTORADIOBUTTON |
Creates a radio button that, when selected by a user, clears all other buttons in the same group. |
BS_LEFT |
Left-aligns the text in the button rectangle on the right side of the check box. |
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_RIGHT |
Right-aligns the text in the button rectangle on the right side of the check box. |
BS_RIGHTBUTTON |
Positions a check box square on the right side of the button rectangle. |
WS_TABSTOP |
Turns the control into a tab stop, which enables the user to select the control by tabbing through the controls in a dialog box. |