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

📄 group__ctrl__combobox__ncs.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: Notification codes of combobox 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>Notification codes of combobox control<br><small>[<a class="el" href="group__ctrl__combobox.htm">ComboBox control</a>]</small></h1><h2>Defines</h2><ul><li>#define <a class="el" href="group__ctrl__combobox__ncs.htm#ga1">CBN_SELCHANGE</a>&nbsp;&nbsp;&nbsp;1<dl class="el"><dd class="mdescRight">Notifies the change of the current selection.  <a href="#ga1"></a><br></dl><li>#define <a class="el" href="group__ctrl__combobox__ncs.htm#ga2">CBN_DBLCLK</a>&nbsp;&nbsp;&nbsp;2<dl class="el"><dd class="mdescRight">Notifies the user has double clicked an item.  <a href="#ga2"></a><br></dl><li>#define <a class="el" href="group__ctrl__combobox__ncs.htm#ga3">CBN_SETFOCUS</a>&nbsp;&nbsp;&nbsp;3<dl class="el"><dd class="mdescRight">Notifies the box has gained the input focus.  <a href="#ga3"></a><br></dl><li>#define <a class="el" href="group__ctrl__combobox__ncs.htm#ga4">CBN_KILLFOCUS</a>&nbsp;&nbsp;&nbsp;4<dl class="el"><dd class="mdescRight">Notifies the box has lost the input focus.  <a href="#ga4"></a><br></dl><li>#define <a class="el" href="group__ctrl__combobox__ncs.htm#ga5">CBN_EDITCHANGE</a>&nbsp;&nbsp;&nbsp;5<dl class="el"><dd class="mdescRight">Notifies the change of the text in the edit control.  <a href="#ga5"></a><br></dl><li>#define <a class="el" href="group__ctrl__combobox__ncs.htm#ga7">CBN_DROPDOWN</a>&nbsp;&nbsp;&nbsp;7<dl class="el"><dd class="mdescRight">Notifies the list box has been dropped down.  <a href="#ga7"></a><br></dl><li>#define <a class="el" href="group__ctrl__combobox__ncs.htm#ga8">CBN_CLOSEUP</a>&nbsp;&nbsp;&nbsp;8<dl class="el"><dd class="mdescRight">Notifies the list box has been closed up.  <a href="#ga8"></a><br></dl><li>#define <a class="el" href="group__ctrl__combobox__ncs.htm#ga9">CBN_SELECTOK</a>&nbsp;&nbsp;&nbsp;9<dl class="el"><dd class="mdescRight">Notifies the selection of a list item.  <a href="#ga9"></a><br></dl><li>#define <a class="el" href="group__ctrl__combobox__ncs.htm#ga10">CBN_SELECTCANCEL</a>&nbsp;&nbsp;&nbsp;10<dl class="el"><dd class="mdescRight">Notifies that the selection of a list item is ignored.  <a href="#ga10"></a><br></dl><li>#define <a class="el" href="group__ctrl__combobox__ncs.htm#ga11">CBN_CLICKED</a>&nbsp;&nbsp;&nbsp;11<dl class="el"><dd class="mdescRight">Notifies that the user has clicked combo box.  <a href="#ga11"></a><br></dl></ul><hr><h2>Define Documentation</h2><a class="anchor" name="ga11" doxytag="combobox.h::CBN_CLICKED"></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 CBN_CLICKED&nbsp;&nbsp;&nbsp;11          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Notifies that the user has clicked combo box. <p>The CBN_CLICKED notification code is sent when the user has clicked combo box. <p>Definition at line <a class="el" href="combobox_8h-source.htm#l00964">964</a> of file <a class="el" href="combobox_8h-source.htm">combobox.h</a>.    </td>  </tr></table><a class="anchor" name="ga8" doxytag="combobox.h::CBN_CLOSEUP"></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 CBN_CLOSEUP&nbsp;&nbsp;&nbsp;8          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Notifies the list box has been closed up. <p><p>Definition at line <a class="el" href="combobox_8h-source.htm#l00938">938</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::CBN_DBLCLK"></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 CBN_DBLCLK&nbsp;&nbsp;&nbsp;2          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Notifies the user has double clicked an item. <p>A combo box created with the CBS_NOTIFY style sends an CBN_DBLCLK notification message to its parent window when the user double-clicks a string in its listbox. <p>Definition at line <a class="el" href="combobox_8h-source.htm#l00903">903</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::CBN_DROPDOWN"></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 CBN_DROPDOWN&nbsp;&nbsp;&nbsp;7          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Notifies the list box has been dropped down. <p><p>Definition at line <a class="el" href="combobox_8h-source.htm#l00932">932</a> of file <a class="el" href="combobox_8h-source.htm">combobox.h</a>.    </td>  </tr></table><a class="anchor" name="ga5" doxytag="combobox.h::CBN_EDITCHANGE"></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 CBN_EDITCHANGE&nbsp;&nbsp;&nbsp;5          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Notifies the change of the text in the edit control. <p>The CBN_EDITCHANGE notification code is sent when the user has taken an action that may have altered the text in the edit control portion of a combo box. <p>Definition at line <a class="el" href="combobox_8h-source.htm#l00924">924</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::CBN_KILLFOCUS"></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 CBN_KILLFOCUS&nbsp;&nbsp;&nbsp;4          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Notifies the box has lost the input focus. <p><p>Definition at line <a class="el" href="combobox_8h-source.htm#l00915">915</a> of file <a class="el" href="combobox_8h-source.htm">combobox.h</a>.    </td>  </tr></table><a class="anchor" name="ga1" doxytag="combobox.h::CBN_SELCHANGE"></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 CBN_SELCHANGE&nbsp;&nbsp;&nbsp;1          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Notifies the change of the current selection. <p>The CBN_SELCHANGE notification code is sent when the user changes the current selection in the list box of a combo box. <p>Definition at line <a class="el" href="combobox_8h-source.htm#l00894">894</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::CBN_SELECTCANCEL"></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 CBN_SELECTCANCEL&nbsp;&nbsp;&nbsp;10          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Notifies that the selection of a list item is ignored. <p>The CBN_SELECTCANCEL notification code is sent when the user has selected a list item but then selects another control or closes the dialog box. <p>Definition at line <a class="el" href="combobox_8h-source.htm#l00956">956</a> of file <a class="el" href="combobox_8h-source.htm">combobox.h</a>.    </td>  </tr></table><a class="anchor" name="ga9" doxytag="combobox.h::CBN_SELECTOK"></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 CBN_SELECTOK&nbsp;&nbsp;&nbsp;9          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Notifies the selection of a list item. <p>The CBN_SELECTOK notification code is sent when the user has selected a list item. <p>Definition at line <a class="el" href="combobox_8h-source.htm#l00947">947</a> of file <a class="el" href="combobox_8h-source.htm">combobox.h</a>.    </td>  </tr></table><a class="anchor" name="ga3" doxytag="combobox.h::CBN_SETFOCUS"></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 CBN_SETFOCUS&nbsp;&nbsp;&nbsp;3          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Notifies the box has gained the input focus. <p><p>Definition at line <a class="el" href="combobox_8h-source.htm#l00909">909</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&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 + -