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

📄 group__ctrl__edit.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: Edit/MEdit 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>Edit/MEdit control<br><small>[<a class="el" href="group__controls.htm">Standard controls</a>]</small></h1><h2>Modules</h2><ul><li><a class="el" href="group__ctrl__edit__styles.htm">Styles of edit control</a><li><a class="el" href="group__ctrl__edit__msgs.htm">Messages of edit control</a><li><a class="el" href="group__ctrl__edit__ncs.htm">Notification codes of edit control</a></ul><h2>Defines</h2><ul><li>#define <a class="el" href="group__ctrl__edit.htm#ga0">CTRL_EDIT</a>&nbsp;&nbsp;&nbsp;("edit")<dl class="el"><dd class="mdescRight">The class name of simple single-line editor box.  <a href="#ga0"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit.htm#ga1">CTRL_SLEDIT</a>&nbsp;&nbsp;&nbsp;("sledit")<dl class="el"><dd class="mdescRight">The class name of single-line editor box.  <a href="#ga1"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit.htm#ga2">CTRL_MLEDIT</a>&nbsp;&nbsp;&nbsp;("mledit")<dl class="el"><dd class="mdescRight">The class name of multiple-line editor box.  <a href="#ga2"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit.htm#ga3">CTRL_MEDIT</a>&nbsp;&nbsp;&nbsp;("medit")<dl class="el"><dd class="mdescRight">Another class name of multiple-line editor box.  <a href="#ga3"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit.htm#ga4">EC_LEFTMARGIN</a>&nbsp;&nbsp;&nbsp;0x0001<dl class="el"><dd class="mdescRight">Value of wParam. Specifies the margins to set.  <a href="#ga4"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit.htm#ga5">EC_RIGHTMARGIN</a>&nbsp;&nbsp;&nbsp;0x0002<dl class="el"><dd class="mdescRight">Value of wParam. Specifies the margins to set.  <a href="#ga5"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit.htm#ga6">EC_USEFONTINFO</a>&nbsp;&nbsp;&nbsp;0xffff<dl class="el"><dd class="mdescRight">Value of wParam. Specifies the margins to set.  <a href="#ga6"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit.htm#ga7">EMSIS_COMPOSITIONSTRING</a>&nbsp;&nbsp;&nbsp;0x0001<dl class="el"><dd class="mdescRight">Indicates the type of status to retrieve.  <a href="#ga7"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit.htm#ga8">EIMES_GETCOMPSTRATONCE</a>&nbsp;&nbsp;&nbsp;0x0001<dl class="el"><dd class="mdescRight">lParam for EMSIS_COMPOSITIONSTRING.  <a href="#ga8"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit.htm#ga9">EIMES_CANCELCOMPSTRINFOCUS</a>&nbsp;&nbsp;&nbsp;0x0002<dl class="el"><dd class="mdescRight">lParam for EMSIS_COMPOSITIONSTRING.  <a href="#ga9"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit.htm#ga10">EIMES_COMPLETECOMPSTRKILLFOCUS</a>&nbsp;&nbsp;&nbsp;0x0004<dl class="el"><dd class="mdescRight">lParam for EMSIS_COMPOSITIONSTRING.  <a href="#ga10"></a><br></dl></ul><hr><h2>Define Documentation</h2><a class="anchor" name="ga0" doxytag="edit.h::CTRL_EDIT"></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 CTRL_EDIT&nbsp;&nbsp;&nbsp;("edit")          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The class name of simple single-line editor box. <p>This edit control uses the system default fixed logical font. <p>Definition at line <a class="el" href="edit_8h-source.htm#l00053">53</a> of file <a class="el" href="edit_8h-source.htm">edit.h</a>.    </td>  </tr></table><a class="anchor" name="ga3" doxytag="edit.h::CTRL_MEDIT"></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 CTRL_MEDIT&nbsp;&nbsp;&nbsp;("medit")          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Another class name of multiple-line editor box. <p>This edit control uses the system logical font for control, which may be variable-width font.. <p>Definition at line <a class="el" href="edit_8h-source.htm#l00080">80</a> of file <a class="el" href="edit_8h-source.htm">edit.h</a>.    </td>  </tr></table><a class="anchor" name="ga2" doxytag="edit.h::CTRL_MLEDIT"></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 CTRL_MLEDIT&nbsp;&nbsp;&nbsp;("mledit")          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The class name of multiple-line editor box. <p>This edit control uses the system logical font for control, which may be variable-width font.. <p>Definition at line <a class="el" href="edit_8h-source.htm#l00071">71</a> of file <a class="el" href="edit_8h-source.htm">edit.h</a>.    </td>  </tr></table><a class="anchor" name="ga1" doxytag="edit.h::CTRL_SLEDIT"></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 CTRL_SLEDIT&nbsp;&nbsp;&nbsp;("sledit")          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The class name of single-line editor box. <p>This edit control uses the system logical font for control, which may be variable-width font.. <p>Definition at line <a class="el" href="edit_8h-source.htm#l00062">62</a> of file <a class="el" href="edit_8h-source.htm">edit.h</a>.    </td>  </tr></table><a class="anchor" name="ga4" doxytag="edit.h::EC_LEFTMARGIN"></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 EC_LEFTMARGIN&nbsp;&nbsp;&nbsp;0x0001          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Value of wParam. Specifies the margins to set. <p><p>Definition at line <a class="el" href="edit_8h-source.htm#l01010">1010</a> of file <a class="el" href="edit_8h-source.htm">edit.h</a>.    </td>  </tr></table><a class="anchor" name="ga5" doxytag="edit.h::EC_RIGHTMARGIN"></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 EC_RIGHTMARGIN&nbsp;&nbsp;&nbsp;0x0002          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Value of wParam. Specifies the margins to set. <p><p>Definition at line <a class="el" href="edit_8h-source.htm#l01015">1015</a> of file <a class="el" href="edit_8h-source.htm">edit.h</a>.    </td>  </tr></table><a class="anchor" name="ga6" doxytag="edit.h::EC_USEFONTINFO"></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 EC_USEFONTINFO&nbsp;&nbsp;&nbsp;0xffff          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Value of wParam. Specifies the margins to set. <p><p>Definition at line <a class="el" href="edit_8h-source.htm#l01020">1020</a> of file <a class="el" href="edit_8h-source.htm">edit.h</a>.    </td>  </tr></table><a class="anchor" name="ga9" doxytag="edit.h::EIMES_CANCELCOMPSTRINFOCUS"></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 EIMES_CANCELCOMPSTRINFOCUS&nbsp;&nbsp;&nbsp;0x0002          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>lParam for EMSIS_COMPOSITIONSTRING. <p><p>Definition at line <a class="el" href="edit_8h-source.htm#l01039">1039</a> of file <a class="el" href="edit_8h-source.htm">edit.h</a>.    </td>  </tr></table><a class="anchor" name="ga10" doxytag="edit.h::EIMES_COMPLETECOMPSTRKILLFOCUS"></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 EIMES_COMPLETECOMPSTRKILLFOCUS&nbsp;&nbsp;&nbsp;0x0004          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>lParam for EMSIS_COMPOSITIONSTRING. <p><p>Definition at line <a class="el" href="edit_8h-source.htm#l01044">1044</a> of file <a class="el" href="edit_8h-source.htm">edit.h</a>.    </td>  </tr></table><a class="anchor" name="ga8" doxytag="edit.h::EIMES_GETCOMPSTRATONCE"></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 EIMES_GETCOMPSTRATONCE&nbsp;&nbsp;&nbsp;0x0001          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>lParam for EMSIS_COMPOSITIONSTRING. <p><p>Definition at line <a class="el" href="edit_8h-source.htm#l01034">1034</a> of file <a class="el" href="edit_8h-source.htm">edit.h</a>.    </td>  </tr></table><a class="anchor" name="ga7" doxytag="edit.h::EMSIS_COMPOSITIONSTRING"></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 EMSIS_COMPOSITIONSTRING&nbsp;&nbsp;&nbsp;0x0001          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Indicates the type of status to retrieve. <p><p>Definition at line <a class="el" href="edit_8h-source.htm#l01027">1027</a> of file <a class="el" href="edit_8h-source.htm">edit.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 + -