EM_SHOWBALLOONTIP message
The EM_SHOWBALLOONTIP message displays a balloon tip associated with an edit control.
Parameters
-
wParam
-
Not used; must be zero.
-
lParam
-
A pointer to an EDITBALLOONTIP structure that contains information about the balloon tip to display.
Return value
If the message succeeds, it returns TRUE. Otherwise it returns FALSE.
Remarks
Note
To use this message, you must provide a manifest specifying Comclt32.dll version 6.0. For more information on manifests, see Enabling Visual Styles.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
See also
-
Reference