CMFCToolBar::IsLastCommandFromButton
判斷這個最近執行命令是從指定的工具列按鈕會傳送。
static BOOL IsLastCommandFromButton(
CMFCToolBarButton* pButton
);
參數
- [in] pButton
按下的指標。
傳回值
TRUE ,如果最後一個命令從 pButton 指定的按鈕來傳送,否則 FALSE。
備註
這個方法會取得指標。 MSG 結構 藉由呼叫 CWnd::GetCurrentMessage。 然後按鈕的 HWND 與 MSG::lParam 和 MSG::hwnd 成員比較決定按鈕是否為命令的來源。
需求
標題: afxtoolbar.h