Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following table shows the styles that are supported by Windows 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. |
See Also
Control Styles | Window and Message Box Styles
Send Feedback on this topic to the authors