|
HE_SHOWALTLIST
Displays the alternate list menu for the current cell in a bedit control,
assuming that alternate lists are enabled. Submessage of WM_PENCTL.
Parameters
wParam
HE_SHOWALTLIST.
lParam
If the low-order word is HEAL_DEFAULT, the alternate list menu is displayed.
Return Value
If more than one character is selected, the alternate list of the first
character in the selection is displayed. If nothing is selected, the alternate list
for the character to the right of the caret is displayed and the return value is
TRUE.
Comments
This submessage is for bedit controls only. If more than one box is selected,
the HE_SHOWALTLIST message will drop a word alternate list menu; otherwise, it
will drop a character alternate list menu.
See Also
HE_ENABLEALTLIST, HE_HIDEALTLIST, WM_PENCTL
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
|