CMFCToolBar::GetBasicCommands
傳回在應用程式定義的基本命令的唯讀清單。
static const CList<UINT,UINT>& GetBasicCommands();
傳回值
out 包含基本命令集合的 CList 類別 物件的 const 參考。
備註
藉由呼叫 CMFCToolBar::AddBasicCommand 或 CMFCToolBar::SetBasicCommands加入基本的命令。
需求
標題: afxtoolbar.h
傳回在應用程式定義的基本命令的唯讀清單。
static const CList<UINT,UINT>& GetBasicCommands();
out 包含基本命令集合的 CList 類別 物件的 const 參考。
藉由呼叫 CMFCToolBar::AddBasicCommand 或 CMFCToolBar::SetBasicCommands加入基本的命令。
標題: afxtoolbar.h