TBN_GETDISPINFOTBN_GETDISPINFO*
*Contents  *Index  *Topic Contents
*Previous Topic: TBN_GETBUTTONINFO
*Next Topic: TBN_GETOBJECT

TBN_GETDISPINFO


TBN_GETDISPINFO 
    lptbdi = (LPNMTBDISPINFO) lParam; 

Retrieves display information for a toolbar item. This notification is sent in the form of a WM_NOTIFY message.

lptbdi
Address of an NMTBDISPINFO structure. The idCommand member specifies the item's command identifier, the lParam member contains the item's application-defined data, and the dwMask member specifies what information is being requested.

TBN_GETINFOTIP

TBN_GETINFOTIP
    lptbgit = (LPNMTBGETINFOTIP) lParam; 

Retrieves infotip information for a toolbar item. This notification is sent in the form of a WM_NOTIFY message.

lptbgit
Address of an NMTBGETINFOTIP structure that contains item information and receives infotip information.

The infotip support in the toolbar allows the toolbar to display tooltips for items that are as large as INFOTIPSIZE characters. If this notification is not processed, the toolbar will use the item's text for the infotip.

Version 4.71


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