CMFCToolBar::GetBasicCommands
返回只读在应用程序定义列表的基本命令。
static const CList<UINT,UINT>& GetBasicCommands();
返回值
const对 CList选件类 包含基本命令的集合的对象。
备注
通过调用 CMFCToolBar::AddBasicCommand 或 CMFCToolBar::SetBasicCommands添加基本命令。
要求
标头: afxtoolbar.h
返回只读在应用程序定义列表的基本命令。
static const CList<UINT,UINT>& GetBasicCommands();
const对 CList选件类 包含基本命令的集合的对象。
通过调用 CMFCToolBar::AddBasicCommand 或 CMFCToolBar::SetBasicCommands添加基本命令。
标头: afxtoolbar.h