📄 group__ctrl__edit__ncs.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 edit 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>Notification codes of edit control<br><small>[<a class="el" href="group__ctrl__edit.htm">Edit/MEdit control</a>]</small></h1><h2>Defines</h2><ul><li>#define <a class="el" href="group__ctrl__edit__ncs.htm#ga1">EN_CLICKED</a> 0x0001<dl class="el"><dd class="mdescRight">Notifies a click in an edit control. <a href="#ga1"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__ncs.htm#ga2">EN_DBLCLK</a> 0x0002<dl class="el"><dd class="mdescRight">Notifies a double click in an edit control. <a href="#ga2"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__ncs.htm#ga3">EN_SETFOCUS</a> 0x0100<dl class="el"><dd class="mdescRight">Notifies the receipt of the input focus. <a href="#ga3"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__ncs.htm#ga4">EN_KILLFOCUS</a> 0x0200<dl class="el"><dd class="mdescRight">Notifies the lost of the input focus. <a href="#ga4"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__ncs.htm#ga5">EN_CHANGE</a> 0x0300<dl class="el"><dd class="mdescRight">Notifies that the text is altered by the user. <a href="#ga5"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__ncs.htm#ga6">EN_UPDATE</a> 0x0400<dl class="el"><dd class="mdescRight">Notifies that the text is altered by sending MSG_SETTEXT TEM_RESETCONTENT, or EM_SETLINEHEIGHT message to it. <a href="#ga6"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__ncs.htm#ga7">EN_MAXTEXT</a> 0x0501<dl class="el"><dd class="mdescRight">Notifies reach of maximum text limitation. <a href="#ga7"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__ncs.htm#ga10">EN_SELCHANGED</a> 0x0603<dl class="el"><dd class="mdescRight">Notifies that the current selection is changed in the text field. <a href="#ga10"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__ncs.htm#ga11">EN_CONTCHANGED</a> 0x0604<dl class="el"><dd class="mdescRight">Notifies that the current content is changed in the text field when text edit losts focus. <a href="#ga11"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__ncs.htm#ga12">EN_ENTER</a> 0x0700<dl class="el"><dd class="mdescRight">Notifies the user has type the ENTER key in a single-line edit control. <a href="#ga12"></a><br></dl></ul><hr><h2>Define Documentation</h2><a class="anchor" name="ga5" doxytag="edit.h::EN_CHANGE"></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 EN_CHANGE 0x0300 </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Notifies that the text is altered by the user. <p>An edit control sends the EN_CHANGE notification code when the user takes an action that may have altered text in an edit control. <p>Definition at line <a class="el" href="edit_8h-source.htm#l00954">954</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::EN_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 EN_CLICKED 0x0001 </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Notifies a click in an edit control. <p>An edit control sends the EN_CLICKED notification code when the user clicks in an edit control. <p>Definition at line <a class="el" href="edit_8h-source.htm#l00918">918</a> of file <a class="el" href="edit_8h-source.htm">edit.h</a>. </td> </tr></table><a class="anchor" name="ga11" doxytag="edit.h::EN_CONTCHANGED"></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 EN_CONTCHANGED 0x0604 </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Notifies that the current content is changed in the text field when text edit losts focus. <p><p>Definition at line <a class="el" href="edit_8h-source.htm#l00995">995</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::EN_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 EN_DBLCLK 0x0002 </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Notifies a double click in an edit control. <p>An edit control sends the EN_CLICKED notification code when the user double clicks in an edit control. <p>Definition at line <a class="el" href="edit_8h-source.htm#l00927">927</a> of file <a class="el" href="edit_8h-source.htm">edit.h</a>. </td> </tr></table><a class="anchor" name="ga12" doxytag="edit.h::EN_ENTER"></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 EN_ENTER 0x0700 </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Notifies the user has type the ENTER key in a single-line edit control. <p><p>Definition at line <a class="el" href="edit_8h-source.htm#l01001">1001</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::EN_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 EN_KILLFOCUS 0x0200 </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Notifies the lost of the input focus. <p>The EN_KILLFOCUS notification code is sent when an edit control loses the input focus. <p>Definition at line <a class="el" href="edit_8h-source.htm#l00945">945</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::EN_MAXTEXT"></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 EN_MAXTEXT 0x0501 </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Notifies reach of maximum text limitation. <p>The EN_MAXTEXT notification message is sent when the current text insertion has exceeded the specified number of characters for the edit control. <p>Definition at line <a class="el" href="edit_8h-source.htm#l00976">976</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::EN_SELCHANGED"></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 EN_SELCHANGED 0x0603 </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Notifies that the current selection is changed in the text field. <p><p>Definition at line <a class="el" href="edit_8h-source.htm#l00988">988</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::EN_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 EN_SETFOCUS 0x0100 </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Notifies the receipt of the input focus. <p>The EN_SETFOCUS notification code is sent when an edit control receives the input focus. <p>Definition at line <a class="el" href="edit_8h-source.htm#l00936">936</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::EN_UPDATE"></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 EN_UPDATE 0x0400 </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Notifies that the text is altered by sending MSG_SETTEXT TEM_RESETCONTENT, or EM_SETLINEHEIGHT message to it. <p>An edit control sends the EN_UPDATE notification code when the control received MSG_SETTEXT, TEM_RESETCONTENT, or EM_SETLINEHEIGHT message.<p>Note that this notification will occured when you call SetWindowText or SetDlgItemText function on the control. <p>Definition at line <a class="el" href="edit_8h-source.htm#l00967">967</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 <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 + -