|
|
Creates a button that is almost the same as a check box. Creates a button that is the same as a check box, except that the box can be grayed as well as checked or unchecked. Use the grayed state to show that the state of the check box is not determined. |
|
|
The alignment mask of style of button.
|
|
|
Creates a button that is almost the same as a three-state check box. Creates a button that is the same as a three-state check box, except that the box changes its state when the user selects it. The state cycles through checked, grayed, and unchecked. |
|
|
Creates a button that is almost the same as a check box. Creates a button that is the same as a check box, except that the check state automatically toggles between checked and unchecked each time the user selects the check box. |
|
|
Creates a button that is almost the same as a radio button. Creates a button that is the same as a radio button, except that when the user selects it, The system automatically sets the button's check state to checked and automatically sets the check state for all other buttons in the same group to unchecked. |
|
|
Specifies that the button displays a bitmap.
|
|
|
Places text at the bottom of the button rectangle.
|
|
|
Centers text horizontally in the button rectangle.
|
|
|
Creates a small, empty check box with text. By default, the text is displayed to the right of the check box. To display the text to the left of the check box, combine this flag with the BS_LEFTTEXT style (or with the equivalent BS_RIGHTBUTTON style). |
|
|
Makes a button checked initially.
|
|
|
The content mask of style of button.
|
|
|
Creates a push button that behaves like a BS_PUSHBUTTON style button. Creates a push button that behaves like a BS_PUSHBUTTON style button, but also has a heavy black border. If the button is in a dialog box, the user can select the button by pressing the enter key, even when the button does not have the input focus. This style is useful for enabling the user to quickly select the most likely (default) option. |
|
|
The flat style of button.
|
|
|
Specifies that the button displays an icon.
|
|
|
Left-justifies the text in the button rectangle. However, if the button is a check box or radio button that does not have the BS_RIGHTBUTTON style, the text is left justified on the right side of the check box or radio button. |
|
|
Places text on the left side. Places text on the left side of the radio button or check box when combined with a radio button or check box style. |
|
|
Wraps the button text to multiple lines. Wraps the button text to multiple lines if the text string is too long to fit on a single line in the button rectangle. |
|
|
The no border style of button.
|
|
|
Enables a button to send notification messages to its parent window.
|
|
|
Creates an owner-drawn button.
|
|
|
Creates a push button.
|
|
|
Makes a button look and act like a push button. Makes a button (such as a check box, three-state check box, or radio button) look and act like a push button. The button looks raised when it isn't pushed or checked, and sunken when it is pushed or checked. |
|
|
Creates a small circle with text. By default, the text is displayed to the right of the circle. To display the text to the left of the circle, combine this flag with the BS_LEFTTEXT style (or with the equivalent BS_RIGHTBUTTON style). Use radio buttons for groups of related, but mutually exclusive choices. |
|
|
Does not scale the image.
|
|
|
Right-justifies text in the button rectangle. However, if the button is a check box or radio button that does not have the BS_RIGHTBUTTON style, the text is right justified on the right side of the check box or radio button. |
|
|
The right style of button.
|
|
|
Specifies that the button displays text.
|
|
|
Places text at the top of the button rectangle.
|
|
|
The type mask of style of button.
|
|
|
Places text in the middle (vertically) of the button rectangle.
|
1.4.2