|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| No
| Import Library
| -
| Header File
| richedit.h
| Unicode
| No
| Platform Notes
| None
|
|
|
EM_GETPARAFORMAT
The EM_GETPARAFORMAT message retrieves the paragraph formatting of the current
selection in a rich edit control.
EM_GETPARAFORMAT
wParam = 0;
lParam = (LPARAM) (PARAFORMAT FAR *) lpFmt;
Parameters
lpFmt
Pointer to a PARAFORMAT structure that receives the paragraph formatting attributes of the current
selection.
If more than one paragraph is selected, the structure receives the attributes
of the first paragraph, and the dwMask member specifies which attributes are consistent throughout the entire
selection.
Return Values
Returns the value of the dwMask member of the PARAFORMAT structure.
See Also
PARAFORMAT
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
|