CMFCToolBarEditBoxButton::OnUpdateToolTip

virtual BOOL OnUpdateToolTip(
   CWnd* pWndParent,
   int iButtonIndex,
   CToolTipCtrl& wndToolTip,
   CString& str
);

参数

  • [in] pWndParent
    未使用。

  • [in] iButtonIndex
    未使用。

  • [in] wndToolTip
    显示工具提示文本的控件。

  • [out] str
    接收更新工具提示文本的 CString 对象。

返回值

非零,则方法更新工具提示文本;否则为0。

备注

此方法通过显示与按钮的编辑器部件的工具提示文本扩展基类实现(CMFCToolBarButton::OnUpdateToolTip)。 如果内部 CEdit 对象是 NULL 或 CEdit 对象关联的窗口句柄未标识现有的窗口,此方法不执行任何操作并返回 FALSE。

要求

标头: afxtoolbareditboxbutton.h

请参见

参考

CMFCToolBarEditBoxButton选件类

层次结构图

CMFCToolBarButton::OnUpdateToolTip

CEdit选件类