SB_GETTIPTEXTSB_GETTIPTEXT*
*Contents  *Index  *Topic Contents
*Previous Topic: SB_GETTEXTLENGTH
*Next Topic: SB_GETUNICODEFORMAT

SB_GETTIPTEXT


SB_GETTIPTEXT
    wParam = MAKEWPARAM(iPart, nSize);
    lParam = (LPARAM)(LPCTSTR)lpszTooltip;

Retrieves the tooltip text for a part in a status bar. The status bar must have been created with the SBT_TOOLTIPS style to enable tooltips.

iPart
Zero-based index of the part that will receive the tooltip text.
nSize
Size of the buffer at lpszTooltip, in characters.
lpszTooltip
Address of a character buffer that receives the tooltip text.

Version 4.71

See also Status Bar Updates in Internet Explorer


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.