CMFCToolBarMenuButton::GetCommands
允许访问指令列表的只读访问工具栏上的。
const CObList& GetCommands() const;
返回值
const对 CObList选件类 对象,包含 CMFCToolBarButton选件类 对象的集合。
备注
工具栏菜单按钮可以显示子菜单。 可以提供命令列表在子菜单的在构造函数或在 CMFCToolBarMenuButton::CreateFromMenu 作为句柄。菜单(HMENU)。 菜单转换为从 CMFCToolBarButton选件类 在内部 CObList 对象派生并存储对象的列表。 可以访问这可以通过调用此方法列表。
要求
标头: afxtoolbarmenubutton.h