|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| Yes
| Import Library
| -
| Header File
| winuser.h
| Unicode
| No
| Platform Notes
| None
|
|
|
EM_SETRECTNP
An application sends an EM_SETRECTNP message to set the formatting rectangle
of a multiline edit control. The formatting rectangle is the limiting rectangle
of the text. The limiting rectangle is independent of the size of the edit
control window. When the edit control is first created, the formatting rectangle is
the same as the client area of the edit control window. By using the
EM_SETRECTNP message, an application can make the formatting rectangle larger or smaller
than the edit control window.
The EM_SETRECTNP message is identical to the EM_SETRECT message, except that
the edit control window is not redrawn.
This message is processed only by multiline edit controls.
EM_SETRECTNP
wParam = 0; // not used; must be zero
lParam = (LPARAM) (LPRECT) lprc; // address of new rectangle
Parameters
lprc
Value of lParam. Points to a RECT structure that specifies the new dimensions of the rectangle.
Return Values
This message does not return a value.
See Also
EM_SETRECT, RECT
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
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|