|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| No
| Import Library
| -
| Header File
| winuser.h
| Unicode
| No
| Platform Notes
| None
|
|
|
EM_SCROLLCARET
An application sends an EM_SCROLLCARET message to scroll the caret into view
in an edit control.
EM_SCROLLCARET
wParam = 0 ; // not used now; reserved for future use; must be zero
lParam = 0 ; // not used now; reserved for future use; must be zero
Parameters
wParam
This parameter is currently unused. It is reserved for future use. It should
be set to zero.
lParam
This parameter is currently unused. It is reserved for future use. It should
be set to zero.
Return Values
The return value is nonzero if the message is sent to an edit control.
Remarks
In previous versions of Windows, scrolling the caret into view was done by
specifying wParam = FALSE in the EM_SETSEL message. A Win32-based application should use the
EM_SCROLLCARET message to scroll the caret into view.
See Also
EM_SETSEL
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
|