SB_SETTIPTEXTSB_SETTIPTEXT*
*Contents  *Index  *Topic Contents
*Previous Topic: SB_SETTEXT
*Next Topic: SB_SETUNICODEFORMAT

SB_SETTIPTEXT


SB_SETTIPTEXT
    wParam = (WPARAM)(INT)iPart;
    lParam = (LPARAM)(LPCTSTR)lpszTooltip;

Sets 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.
lpszTooltip
Address of a character buffer that contains the new 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.