Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Displays a balloon tip associated with an edit control. You can use this macro or send the EM_SHOWBALLOONTIP message explicitly.
Syntax
BOOL Edit_ShowBalloonTip(
HWND hwnd,
PEDITBALLOONTIP peditballoontip
);
Parameters
hwnd
Type: HWND
A handle to the edit control.
peditballoontip
Type: PEDITBALLOONTIP
A pointer to an EDITBALLOONTIP structure that contains information about the balloon tip to display.
Return value
Type: BOOL
If the macro succeeds, it returns TRUE. Otherwise it returns FALSE.
Remarks
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | commctrl.h |
See also
Conceptual
Reference