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


CToolTipCtrl::DelTool

Removes the tool specified by pWnd and nIDTool from the collection of tools supported by a tool tip control.

void DelTool(
   CWnd* pWnd,
   UINT_PTR nIDTool = 0 
);

Параметры

  • pWnd
    Pointer to the window that contains the tool.

  • nIDTool
    ID of the tool.

Требования

Header: afxcmn.h

См. также

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

CToolTipCtrl Class

CToolTipCtrl Members

Hierarchy Chart

CToolTipCtrl::AddTool