CMFCToolBarButton::OnUpdateToolTip
呼叫框架,其在父代 (Parent) 工具列更新它的工具提示文字。
virtual BOOL OnUpdateToolTip(
CWnd* pWndParent,
int iButtonIndex,
CToolTipCtrl& wndToolTip,
CString& str
);
參數
[in] pWndParent
父視窗。[in] iButtonIndex
按鈕的以零起始的索引 (父按鈕集合的。[in] wndToolTip
顯示工具提示文字的控制項。[out] str
接收更新的工具提示文字的 CString 物件。
傳回值
這個方法會傳回 FALSE。
備註
這個方法的預設實作不會執行任何動作並傳回 FALSE。如果您提供一個工具提示文字字串,請覆寫這個方法會傳回非零的值。
需求
標題: afxtoolbarbutton.h