📄 group__ctrl__combobox__styles.htm
字号:
</td> <td><p>Notifies the parent window. <p>Causes the combo box to notify the parent window with a notification message. <p>Definition at line <a class="el" href="combobox_8h-source.htm#l00122">122</a> of file <a class="el" href="combobox_8h-source.htm">combobox.h</a>. </td> </tr></table><a class="anchor" name="ga14" doxytag="combobox.h::CBS_READONLY"></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 CBS_READONLY 0x1000L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The edit field is read-only. <p><p>Definition at line <a class="el" href="combobox_8h-source.htm#l00167">167</a> of file <a class="el" href="combobox_8h-source.htm">combobox.h</a>. </td> </tr></table><a class="anchor" name="ga0" doxytag="combobox.h::CBS_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 CBS_SIMPLE 0x0000L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Displays the list box at all times. <p>The current selection in the list box is displayed in the edit control.<p><dl compact><dt><b>Note:</b></dt><dd>The argument <em>dwAddData</em> of <em>CreateWindowEx</em> function should be the expected height of the list box.</dd></dl><div class="fragment"><pre class="fragment"> <span class="keywordtype">int</span> listbox_height = 100; <a class="code" href="group__control__fns.htm#ga1">CreateWindowEx</a> (<a class="code" href="group__ctrl__combobox.htm#ga0">CTRL_COMBOBOX</a>, ..., listbox_height);</pre></div> <p>Definition at line <a class="el" href="combobox_8h-source.htm#l00072">72</a> of file <a class="el" href="combobox_8h-source.htm">combobox.h</a>. </td> </tr></table><a class="anchor" name="ga10" doxytag="combobox.h::CBS_SORT"></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 CBS_SORT 0x0100L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Automatically sorts strings entered in the list box. <p><p>Definition at line <a class="el" href="combobox_8h-source.htm#l00143">143</a> of file <a class="el" href="combobox_8h-source.htm">combobox.h</a>. </td> </tr></table><a class="anchor" name="ga7" doxytag="combobox.h::CBS_SPINARROW_LEFTRIGHT"></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 CBS_SPINARROW_LEFTRIGHT 0x0020L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The spin arrow. <p><p>Definition at line <a class="el" href="combobox_8h-source.htm#l00134">134</a> of file <a class="el" href="combobox_8h-source.htm">combobox.h</a>. </td> </tr></table><a class="anchor" name="ga6" doxytag="combobox.h::CBS_SPINARROW_TOPBOTTOM"></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 CBS_SPINARROW_TOPBOTTOM 0x0010L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The spin arrow. <p><p>Definition at line <a class="el" href="combobox_8h-source.htm#l00128">128</a> of file <a class="el" href="combobox_8h-source.htm">combobox.h</a>. </td> </tr></table><a class="anchor" name="ga2" doxytag="combobox.h::CBS_SPINLIST"></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 CBS_SPINLIST 0x0002L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Creates SpinList box. <p>SpinList box has an input field with a spin button. The input field displays some text, and you can click spin button to change the text. The candidate text string comes from the strings you add to the box. <p>Definition at line <a class="el" href="combobox_8h-source.htm#l00092">92</a> of file <a class="el" href="combobox_8h-source.htm">combobox.h</a>. </td> </tr></table><a class="anchor" name="ga4" doxytag="combobox.h::CBS_TYPEMASK"></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 CBS_TYPEMASK 0x0007L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The type mask of style of combobox. <p><p>Definition at line <a class="el" href="combobox_8h-source.htm#l00113">113</a> of file <a class="el" href="combobox_8h-source.htm">combobox.h</a>. </td> </tr></table><a class="anchor" name="ga15" doxytag="combobox.h::CBS_UPPERCASE"></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 CBS_UPPERCASE 0x2000L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The edit field is uppercase. <p><p>Definition at line <a class="el" href="combobox_8h-source.htm#l00173">173</a> of file <a class="el" href="combobox_8h-source.htm">combobox.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 <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 + -