CMFCToolBarButton::GetProtectedCommands

检索用户无法自定义命令的列表。

static const CList<UINT,UINT>& GetProtectedCommands();

返回值

受保护的指令列表。

备注

在自定义模式下,框架禁用工具栏保护的按钮命令。 用户无法执行拖放和不能编辑在禁用工具栏按钮的操作。

使用 CMFCToolBarButton::SetProtectedCommands 方法定义受保护的指令列表。

要求

标头: afxtoolbarbutton.h

请参见

参考

CMFCToolBarButton选件类

层次结构图

CMFCToolBarButton::SetProtectedCommands