📄 group__ctrl__button__styles.htm
字号:
<table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define BS_CHECKED 0x00004000L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Makes a button checked initially. <p><p>Definition at line <a class="el" href="button_8h-source.htm#l00289">289</a> of file <a class="el" href="button_8h-source.htm">button.h</a>. </td> </tr></table><a class="anchor" name="ga16" doxytag="button.h::BS_CONTENTMASK"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define BS_CONTENTMASK 0x000000F0L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The content mask of style of button. <p><p>Definition at line <a class="el" href="button_8h-source.htm#l00202">202</a> of file <a class="el" href="button_8h-source.htm">button.h</a>. </td> </tr></table><a class="anchor" name="ga1" doxytag="button.h::BS_DEFPUSHBUTTON"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define BS_DEFPUSHBUTTON 0x00000001L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Creates a push button that behaves like a BS_PUSHBUTTON style button. <p>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. <p>Definition at line <a class="el" href="button_8h-source.htm#l00088">88</a> of file <a class="el" href="button_8h-source.htm">button.h</a>. </td> </tr></table><a class="anchor" name="ga29" doxytag="button.h::BS_FLAT"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define BS_FLAT 0x00008000L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The flat style of button. <p><p>Definition at line <a class="el" href="button_8h-source.htm#l00295">295</a> of file <a class="el" href="button_8h-source.htm">button.h</a>. </td> </tr></table><a class="anchor" name="ga14" doxytag="button.h::BS_ICON"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define BS_ICON 0x00000040L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Specifies that the button displays an icon. <p><p>Definition at line <a class="el" href="button_8h-source.htm#l00191">191</a> of file <a class="el" href="button_8h-source.htm">button.h</a>. </td> </tr></table><a class="anchor" name="ga17" doxytag="button.h::BS_LEFT"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define BS_LEFT 0x00000100L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Left-justifies the text in the button rectangle. <p>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. <p>Definition at line <a class="el" href="button_8h-source.htm#l00212">212</a> of file <a class="el" href="button_8h-source.htm">button.h</a>. </td> </tr></table><a class="anchor" name="ga13" doxytag="button.h::BS_LEFTTEXT"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define BS_LEFTTEXT 0x00000020L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Places text on the left side. <p>Places text on the left side of the radio button or check box when combined with a radio button or check box style. <p>Definition at line <a class="el" href="button_8h-source.htm#l00185">185</a> of file <a class="el" href="button_8h-source.htm">button.h</a>. </td> </tr></table><a class="anchor" name="ga26" doxytag="button.h::BS_MULTLINE"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define BS_MULTLINE 0x00002000L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Wraps the button text to multiple lines. <p>Wraps the button text to multiple lines if the text string is too long to fit on a single line in the button rectangle. <p>Definition at line <a class="el" href="button_8h-source.htm#l00277">277</a> of file <a class="el" href="button_8h-source.htm">button.h</a>. </td> </tr></table><a class="anchor" name="ga30" doxytag="button.h::BS_NOBORDER"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define BS_NOBORDER 0x00010000L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The no border style of button. <p><p>Definition at line <a class="el" href="button_8h-source.htm#l00301">301</a> of file <a class="el" href="button_8h-source.htm">button.h</a>. </td> </tr></table><a class="anchor" name="ga27" doxytag="button.h::BS_NOTIFY"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define BS_NOTIFY 0x00004000L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Enables a button to send notification messages to its parent window. <p><p>Definition at line <a class="el" href="button_8h-source.htm#l00283">283</a> of file <a class="el" href="button_8h-source.htm">button.h</a>. </td> </tr></table><a class="anchor" name="ga10" doxytag="button.h::BS_OWNERDRAW"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define BS_OWNERDRAW 0x0000000BL </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -