Поделиться через


CTreeCtrl::ShowInfoTip

Displays the infotip for the specified item in the current tree-view control.

BOOL ShowInfoTip(
          HTREEITEM hItem
);

Параметры

Parameter

Description

[in] hItem

A handle to a tree-view item in the control. For more information, see the hItem member of the TVITEMEX structure.

Возвращаемое значение

true if this method is successful; otherwise, false.

Заметки

For more information about the difference between tooltips and infotips, search for the "Tooltips and Infotips" topic at Microsoft Developer Network.

This method sends the TVM_SHOWINFOTIP message, which is described in the Windows SDK.

Требования

Header: afxcmn.h

This method is supported in Windows Vista and later.

Additional requirements for this method are described in Build Requirements for Windows Vista Common Controls.

См. также

Основные понятия

CTreeCtrl Class

CTreeCtrl Members

Hierarchy Chart

TVM_SHOWINFOTIP