This topic has not yet been rated - Rate this topic

Edit_ShowBalloonTip macro

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

If the macro succeeds, it returns TRUE. Otherwise it returns FALSE.

Remarks

Note  To use this macro, you must provide a manifest specifying Comclt32.dll version 6.0. For more information on manifests, see Enabling Visual Styles.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Commctrl.h

See also

Reference
EDITBALLOONTIP
EM_SHOWBALLOONTIP
Conceptual
Edit Controls

 

 

Send comments about this topic to Microsoft

Build date: 10/27/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.