|
iedit Control Messages
When created, an iedit control behaves similarly to a bedit control, as
described in the "bedit Control Messages" section. The iedit sends a WM_CTLINIT
message to its parent window. The message's wParam parameter contains the constant CTLINIT_IEDIT and lParam points to a CTLINITIEDIT structure. The structure contains the current system assumptions concerning
the appearance and behavior of the iedit control.
An application can initialize an iedit control in a dialog box by specifying
the desired attributes in an IEDIT statement in the .RC file. See "bedit Control
Messages" for details. For information about the CTLINITIEDIT structure, see Chapter 11.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Programmer's Reference (win32.hlp)
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|