MenuCommands 成员

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

下表列出了由 MenuCommands 类型公开的成员。

公共构造函数

  名称 说明
Public method MenuCommands 初始化 MenuCommands 类的新实例。

页首

公共字段

  名称 说明
Public field Static ComponentTrayMenu 可用于访问组件栏菜单的 CommandID
Public field Static ContainerMenu 可用于访问容器菜单的 CommandID
Public field Static DesignerProperties 可用于访问设计器的属性页的 CommandID
Public field Static EditLabel 可用于访问编辑标签处理程序的 CommandID
Public field Static KeyCancel 可用于访问取消按键处理程序的 CommandID
Public field Static KeyDefaultAction 可用于访问默认按键处理程序的 CommandID
Public field Static KeyEnd 可用于访问 End 按键处理程序的 CommandID
Public field Static KeyHome 可用于访问 Home 按键处理程序的 CommandID
Public field Static KeyInvokeSmartTag 可用于访问智能标记调用处理程序的 CommandID
Public field Static KeyMoveDown 可用于访问下移按键处理程序的 CommandID
Public field Static KeyMoveLeft 可用于访问左移按键处理程序的 CommandID
Public field Static KeyMoveRight 可用于访问右移按键处理程序的 CommandID
Public field Static KeyMoveUp 可用于访问上移按键处理程序的 CommandID
Public field Static KeyNudgeDown 可用于访问向下微移按键处理程序的 CommandID
Public field Static KeyNudgeHeightDecrease 可用于访问微移高度减小按键处理程序的 CommandID
Public field Static KeyNudgeHeightIncrease 可用于访问微移高度增加按键处理程序的 CommandID
Public field Static KeyNudgeLeft 可用于访问向左微移按键处理程序的 CommandID
Public field Static KeyNudgeRight 可用于访问向右微移按键处理程序的 CommandID
Public field Static KeyNudgeUp 可用于访问向上微移按键处理程序的 CommandID
Public field Static KeyNudgeWidthDecrease 可用于访问微移宽度减小按键处理程序的 CommandID
Public field Static KeyNudgeWidthIncrease 可用于访问微移宽度增加按键处理程序的 CommandID
Public field Static KeyReverseCancel 可用于访问反向取消按键处理程序的 CommandID
Public field Static KeySelectNext 可用于访问选择下一个按键处理程序的 CommandID
Public field Static KeySelectPrevious 可用于访问选择上一个按键处理程序的 CommandID
Public field Static KeyShiftEnd 可用于访问 Shift-End 按键处理程序的 CommandID
Public field Static KeyShiftHome 可用于访问 Shift-Home 按键处理程序的 CommandID
Public field Static KeySizeHeightDecrease 可用于访问尺寸高度减小按键处理程序的 CommandID
Public field Static KeySizeHeightIncrease 可用于访问尺寸高度增加按键处理程序的 CommandID
Public field Static KeySizeWidthDecrease 可用于访问尺寸宽度减小按键处理程序的 CommandID
Public field Static KeySizeWidthIncrease 可用于访问尺寸宽度增加按键处理程序的 CommandID
Public field Static KeyTabOrderSelect 可用于访问 Tab 键顺序选择按键处理程序的 CommandID
Public field Static SelectionMenu 可用于访问选择菜单的 CommandID
Public field Static SetStatusRectangle 可用于设置状态矩形的 CommandID
Public field Static SetStatusText 可用于设置状态矩形文本的 CommandID
Public field Static TraySelectionMenu 可用于访问组件栏选择菜单的 CommandID

页首

公共方法

(请参见 受保护的方法 )

  名称 说明
Public method Equals  已重载。 确定两个 Object 实例是否相等。 (从 Object 继承。)
Public method GetHashCode  用作特定类型的哈希函数。GetHashCode 适合在哈希算法和数据结构(如哈希表)中使用。 (从 Object 继承。)
Public method GetType  获取当前实例的 Type。 (从 Object 继承。)
Public method Static ReferenceEquals  确定指定的 Object 实例是否是相同的实例。 (从 Object 继承。)
Public method ToString  返回表示当前 ObjectString。 (从 Object 继承。)

页首

受保护的方法

  名称 说明
Protected method Finalize  允许 Object 在“垃圾回收”回收 Object 之前尝试释放资源并执行其他清理操作。 (从 Object 继承。)
Protected method MemberwiseClone  创建当前 Object 的浅表副本。 (从 Object 继承。)

页首

请参见

参考

MenuCommands 类
System.Windows.Forms.Design 命名空间