Radio Button Styles (Compact 2013)

3/28/2014

The following table shows the styles that are supported by Windows Embedded Compact.

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

Reference

Control Styles
Window and Message Box Styles