|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| No
| Import Library
| -
| Header File
| richedit.h
| Unicode
| No
| Platform Notes
| None
|
|
|
EM_DISPLAYBAND
The EM_DISPLAYBAND message displays a portion of a rich edit control's
contents, as previously formatted for a device using the EM_FORMATRANGE message.
EM_DISPLAYBAND
wParam = 0;
lParam = (LPARAM) (LPRECT) lprc;
Parameters
lprc
Pointer to a RECT structure specifying the area of the device to display to.
Return Values
If the operation succeeds, the return value is TRUE.
If the operation fails, the return value is FALSE.
Remarks
Text and OLE objects are clipped by the rectangle. The application does not
need to set the clipping region.
See Also
EM_FORMATRANGE, 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
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
|