MenuCommands 类

定义

定义一组 CommandID 字段,每个字段都与宿主环境提供的命令函数相对应。

public ref class MenuCommands sealed : System::ComponentModel::Design::StandardCommands
public sealed class MenuCommands : System.ComponentModel.Design.StandardCommands
type MenuCommands = class
    inherit StandardCommands
Public NotInheritable Class MenuCommands
Inherits StandardCommands
继承
MenuCommands

注解

MenuCommands 包含一组 CommandID 字段,可用于在使用 AddCommandIMenuCommandService 方法添加命令时指定要链接的命令。

构造函数

MenuCommands()

初始化 MenuCommands 类的新实例。

字段

ComponentTrayMenu

可用于访问组件栏菜单的 CommandID

ContainerMenu

可用于访问容器菜单的 CommandID

DesignerProperties

可用于访问设计器的属性页的 CommandID

EditLabel

可用于访问编辑标签处理程序的 CommandID

KeyCancel

可用于访问取消按键处理程序的 CommandID

KeyDefaultAction

可用于访问默认按键处理程序的 CommandID

KeyEnd

可用于访问 End 按键处理程序的 CommandID

KeyHome

可用于访问 Home 按键处理程序的 CommandID

KeyInvokeSmartTag

可用于访问智能标记调用处理程序的 CommandID

KeyMoveDown

可用于访问下移按键处理程序的 CommandID

KeyMoveLeft

可用于访问左移按键处理程序的 CommandID

KeyMoveRight

可用于访问右移按键处理程序的 CommandID

KeyMoveUp

可用于访问上移按键处理程序的 CommandID

KeyNudgeDown

可用于访问向下微移按键处理程序的 CommandID

KeyNudgeHeightDecrease

可用于访问微移高度减小按键处理程序的 CommandID

KeyNudgeHeightIncrease

可用于访问微移高度增加按键处理程序的 CommandID

KeyNudgeLeft

可用于访问向左微移按键处理程序的 CommandID

KeyNudgeRight

可用于访问向右微移按键处理程序的 CommandID

KeyNudgeUp

可用于访问向上微移按键处理程序的 CommandID

KeyNudgeWidthDecrease

可用于访问微移宽度减小按键处理程序的 CommandID

KeyNudgeWidthIncrease

可用于访问微移宽度增加按键处理程序的 CommandID

KeyReverseCancel

可用于访问反向取消按键处理程序的 CommandID

KeySelectNext

可用于访问选择下一个按键处理程序的 CommandID

KeySelectPrevious

可用于访问选择上一个按键处理程序的 CommandID

KeyShiftEnd

可用于访问 Shift-End 按键处理程序的 CommandID

KeyShiftHome

可用于访问 Shift-Home 按键处理程序的 CommandID

KeySizeHeightDecrease

可用于访问尺寸高度减小按键处理程序的 CommandID

KeySizeHeightIncrease

可用于访问尺寸高度增加按键处理程序的 CommandID

KeySizeWidthDecrease

可用于访问尺寸宽度减小按键处理程序的 CommandID

KeySizeWidthIncrease

可用于访问尺寸宽度增加按键处理程序的 CommandID

KeyTabOrderSelect

可用于访问 Tab 键顺序选择按键处理程序的 CommandID

SelectionMenu

可用于访问选择菜单的 CommandID

SetStatusRectangle

可用于设置状态矩形的 CommandID

SetStatusText

可用于设置状态矩形文本的 CommandID

TraySelectionMenu

可用于访问组件栏选择菜单的 CommandID

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于