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

📄 group__ctrl__propsheet__styles.htm

📁 MINIGUI1.6开发API
💻 HTM
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>MiniGUI V1.6.10 API Reference: Styles of propertysheet control</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.4.2 --><div class="qindex"><a class="qindex" href="index.htm">Main&nbsp;Page</a> | <a class="qindex" href="modules.htm">Modules</a> | <a class="qindex" href="classes.htm">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.htm">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.htm">Directories</a> | <a class="qindex" href="files.htm">File&nbsp;List</a> | <a class="qindex" href="functions.htm">Data&nbsp;Fields</a> | <a class="qindex" href="globals.htm">Globals</a> | <a class="qindex" href="pages.htm">Related&nbsp;Pages</a></div><h1>Styles of propertysheet control<br><small>[<a class="el" href="group__ctrl__propsheet.htm">PropertySheet control</a>]</small></h1><h2>Defines</h2><ul><li>#define <a class="el" href="group__ctrl__propsheet__styles.htm#ga0">PSS_SIMPLE</a>&nbsp;&nbsp;&nbsp;0x0000L<dl class="el"><dd class="mdescRight">A simple property sheet control. All tabs of the control will have the same width.  <a href="#ga0"></a><br></dl><li>#define <a class="el" href="group__ctrl__propsheet__styles.htm#ga1">PSS_COMPACTTAB</a>&nbsp;&nbsp;&nbsp;0x0001L<dl class="el"><dd class="mdescRight">Compact tab style. The width of a tab is adaptive to the tab title.  <a href="#ga1"></a><br></dl><li>#define <a class="el" href="group__ctrl__propsheet__styles.htm#ga2">PSS_SCROLLABLE</a>&nbsp;&nbsp;&nbsp;0x0002L<dl class="el"><dd class="mdescRight">Tabs can be scrolled by scroll button.  <a href="#ga2"></a><br></dl><li>#define <a class="el" href="group__ctrl__propsheet__styles.htm#ga3">PSS_BOTTOM</a>&nbsp;&nbsp;&nbsp;0x0010L<dl class="el"><dd class="mdescRight">Bottom tab style. Tabs will be located at the bottom of the property sheet.  <a href="#ga3"></a><br></dl></ul><hr><h2>Define Documentation</h2><a class="anchor" name="ga3" doxytag="propsheet.h::PSS_BOTTOM"></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 PSS_BOTTOM&nbsp;&nbsp;&nbsp;0x0010L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Bottom tab style. Tabs will be located at the bottom of the property sheet. <p><p>Definition at line <a class="el" href="propsheet_8h-source.htm#l00081">81</a> of file <a class="el" href="propsheet_8h-source.htm">propsheet.h</a>.    </td>  </tr></table><a class="anchor" name="ga1" doxytag="propsheet.h::PSS_COMPACTTAB"></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 PSS_COMPACTTAB&nbsp;&nbsp;&nbsp;0x0001L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Compact tab style. The width of a tab is adaptive to the tab title. <p><p>Definition at line <a class="el" href="propsheet_8h-source.htm#l00068">68</a> of file <a class="el" href="propsheet_8h-source.htm">propsheet.h</a>.    </td>  </tr></table><a class="anchor" name="ga2" doxytag="propsheet.h::PSS_SCROLLABLE"></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 PSS_SCROLLABLE&nbsp;&nbsp;&nbsp;0x0002L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Tabs can be scrolled by scroll button. <p><p>Definition at line <a class="el" href="propsheet_8h-source.htm#l00074">74</a> of file <a class="el" href="propsheet_8h-source.htm">propsheet.h</a>.    </td>  </tr></table><a class="anchor" name="ga0" doxytag="propsheet.h::PSS_SIMPLE"></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 PSS_SIMPLE&nbsp;&nbsp;&nbsp;0x0000L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>A simple property sheet control. All tabs of the control will have the same width. <p><p>Definition at line <a class="el" href="propsheet_8h-source.htm#l00062">62</a> of file <a class="el" href="propsheet_8h-source.htm">propsheet.h</a>.    </td>  </tr></table><hr size="1"><address style="align: right;"><small>Generated on Thu Nov 22 15:35:53 2007 for MiniGUI V1.6.10 API Reference by&nbsp;<a href="http://www.doxygen.org/index.html"><img src="http://www.minigui.com/api_ref/1.6.10/doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.2 </small></address></body></html>

⌨️ 快捷键说明

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