📄 group__ctrl__listbox__styles.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 listbox 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 Page</a> | <a class="qindex" href="modules.htm">Modules</a> | <a class="qindex" href="classes.htm">Alphabetical List</a> | <a class="qindex" href="annotated.htm">Data Structures</a> | <a class="qindex" href="dirs.htm">Directories</a> | <a class="qindex" href="files.htm">File List</a> | <a class="qindex" href="functions.htm">Data Fields</a> | <a class="qindex" href="globals.htm">Globals</a> | <a class="qindex" href="pages.htm">Related Pages</a></div><h1>Styles of listbox control<br><small>[<a class="el" href="group__ctrl__listbox.htm">ListBox control</a>]</small></h1><h2>Defines</h2><ul><li>#define <a class="el" href="group__ctrl__listbox__styles.htm#ga0">LBS_NOTIFY</a> 0x0001L<dl class="el"><dd class="mdescRight">Notifies the parent window. <a href="#ga0"></a><br></dl><li>#define <a class="el" href="group__ctrl__listbox__styles.htm#ga1">LBS_SORT</a> 0x0002L<dl class="el"><dd class="mdescRight">Sorts strings alphabetically. <a href="#ga1"></a><br></dl><li>#define <a class="el" href="group__ctrl__listbox__styles.htm#ga2">LBS_MULTIPLESEL</a> 0x0008L<dl class="el"><dd class="mdescRight">Causes the list box to allow the user to select multiple items. <a href="#ga2"></a><br></dl><li>#define <a class="el" href="group__ctrl__listbox__styles.htm#ga3">LBS_CHECKBOX</a> 0x1000L<dl class="el"><dd class="mdescRight">Displays a check box in an item. <a href="#ga3"></a><br></dl><li>#define <a class="el" href="group__ctrl__listbox__styles.htm#ga4">LBS_USEICON</a> 0x2000L<dl class="el"><dd class="mdescRight">Displays an icon or bitmap in an item. <a href="#ga4"></a><br></dl><li>#define <a class="el" href="group__ctrl__listbox__styles.htm#ga5">LBS_AUTOCHECK</a> 0x4000L<dl class="el"><dd class="mdescRight">If the list box has LBS_CHECKBOX style, this style tell the box to auto-switch the check box between checked or un-checked when the user click the check mark box of an item. <a href="#ga5"></a><br></dl><li>#define <a class="el" href="group__ctrl__listbox__styles.htm#ga6">LBS_AUTOCHECKBOX</a> (LBS_CHECKBOX | LBS_AUTOCHECK)<dl class="el"><dd class="mdescRight">If the list box has LBS_AUTOCHECKBOX style, this style tell the box use LBS_CHECKBOX and BLS_AUTOCHECK style. <a href="#ga6"></a><br></dl><li>#define <a class="el" href="group__ctrl__listbox__styles.htm#ga7">LBS_SBALWAYS</a> 0x8000L<dl class="el"><dd class="mdescRight">The list box with LBS_SBALWAYS style will always show vertical scrollbar. <a href="#ga7"></a><br></dl><li>#define <a class="el" href="group__ctrl__listbox__styles.htm#ga8">LBS_MOUSEFOLLOW</a> 0x0010L<dl class="el"><dd class="mdescRight">The list box with LBS_MOUSEFOLLOW style will always change the selected item following mouse. <a href="#ga8"></a><br></dl></ul><hr><h2>Define Documentation</h2><a class="anchor" name="ga5" doxytag="listbox.h::LBS_AUTOCHECK"></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 LBS_AUTOCHECK 0x4000L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>If the list box has LBS_CHECKBOX style, this style tell the box to auto-switch the check box between checked or un-checked when the user click the check mark box of an item. <p><p>Definition at line <a class="el" href="listbox_8h-source.htm#l00149">149</a> of file <a class="el" href="listbox_8h-source.htm">listbox.h</a>. </td> </tr></table><a class="anchor" name="ga6" doxytag="listbox.h::LBS_AUTOCHECKBOX"></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 LBS_AUTOCHECKBOX (LBS_CHECKBOX | LBS_AUTOCHECK) </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>If the list box has LBS_AUTOCHECKBOX style, this style tell the box use LBS_CHECKBOX and BLS_AUTOCHECK style. <p><p>Definition at line <a class="el" href="listbox_8h-source.htm#l00156">156</a> of file <a class="el" href="listbox_8h-source.htm">listbox.h</a>. </td> </tr></table><a class="anchor" name="ga3" doxytag="listbox.h::LBS_CHECKBOX"></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 LBS_CHECKBOX 0x1000L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Displays a check box in an item. <p><p>Definition at line <a class="el" href="listbox_8h-source.htm#l00135">135</a> of file <a class="el" href="listbox_8h-source.htm">listbox.h</a>. </td> </tr></table><a class="anchor" name="ga8" doxytag="listbox.h::LBS_MOUSEFOLLOW"></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 LBS_MOUSEFOLLOW 0x0010L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The list box with LBS_MOUSEFOLLOW style will always change the selected item following mouse. <p><p>Definition at line <a class="el" href="listbox_8h-source.htm#l00169">169</a> of file <a class="el" href="listbox_8h-source.htm">listbox.h</a>. </td> </tr></table><a class="anchor" name="ga2" doxytag="listbox.h::LBS_MULTIPLESEL"></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 LBS_MULTIPLESEL 0x0008L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Causes the list box to allow the user to select multiple items. <p><p>Definition at line <a class="el" href="listbox_8h-source.htm#l00129">129</a> of file <a class="el" href="listbox_8h-source.htm">listbox.h</a>. </td> </tr></table><a class="anchor" name="ga0" doxytag="listbox.h::LBS_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 LBS_NOTIFY 0x0001L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Notifies the parent window. <p>Causes the list box to notify the list box parent window with a notification message when the user clicks or doubleclicks an item. <p>Definition at line <a class="el" href="listbox_8h-source.htm#l00114">114</a> of file <a class="el" href="listbox_8h-source.htm">listbox.h</a>. </td> </tr></table><a class="anchor" name="ga7" doxytag="listbox.h::LBS_SBALWAYS"></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 LBS_SBALWAYS 0x8000L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The list box with LBS_SBALWAYS style will always show vertical scrollbar. <p><p>Definition at line <a class="el" href="listbox_8h-source.htm#l00162">162</a> of file <a class="el" href="listbox_8h-source.htm">listbox.h</a>. </td> </tr></table><a class="anchor" name="ga1" doxytag="listbox.h::LBS_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 LBS_SORT 0x0002L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Sorts strings alphabetically. <p>Causes the list box to sort strings alphabetically that are added to the list box with an LB_ADDSTRING message. <p>Definition at line <a class="el" href="listbox_8h-source.htm#l00123">123</a> of file <a class="el" href="listbox_8h-source.htm">listbox.h</a>. </td> </tr></table><a class="anchor" name="ga4" doxytag="listbox.h::LBS_USEICON"></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 LBS_USEICON 0x2000L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Displays an icon or bitmap in an item. <p><p>Definition at line <a class="el" href="listbox_8h-source.htm#l00141">141</a> of file <a class="el" href="listbox_8h-source.htm">listbox.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 + -