Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
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. |