⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 group__ctrl__button__styles.htm

📁 MINIGUI1.6开发API
💻 HTM
📖 第 1 页 / 共 3 页
字号:
<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&nbsp;&nbsp;&nbsp;0x00004000L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </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&nbsp;&nbsp;&nbsp;0x000000F0L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </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&nbsp;&nbsp;&nbsp;0x00000001L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </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&nbsp;&nbsp;&nbsp;0x00008000L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </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&nbsp;&nbsp;&nbsp;0x00000040L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </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&nbsp;&nbsp;&nbsp;0x00000100L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </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&nbsp;&nbsp;&nbsp;0x00000020L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </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&nbsp;&nbsp;&nbsp;0x00002000L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </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&nbsp;&nbsp;&nbsp;0x00010000L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </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&nbsp;&nbsp;&nbsp;0x00004000L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </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&nbsp;&nbsp;&nbsp;0x0000000BL          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -