RibbonButton 类

适用于版本2

表示功能区按钮。

继承层次结构

System.Object
  Microsoft.WebMatrix.Extensibility.RibbonItem
    Microsoft.WebMatrix.Extensibility.RibbonButton
      Microsoft.WebMatrix.Extensibility.RibbonSplitButton
      Microsoft.WebMatrix.Extensibility.RibbonSplitButtonGallery
      Microsoft.WebMatrix.Extensibility.RibbonToggleButton

命名空间:  Microsoft.WebMatrix.Extensibility
程序集:  Microsoft.WebMatrix.Extensibility(在 Microsoft.WebMatrix.Extensibility.dll 中)

语法

声明
Public Class RibbonButton _
    Inherits RibbonItem
用法
Dim instance As RibbonButton
public class RibbonButton : RibbonItem
public ref class RibbonButton : public RibbonItem
type RibbonButton =  
    class 
        inherit RibbonItem 
    end
public class RibbonButton extends RibbonItem

RibbonButton 类型公开以下成员。

构造函数

  名称 说明
公共方法 RibbonButton(String, ICommandId, Object, Bitmap, Bitmap) 初始化 RibbonButton 类的新实例。
公共方法 RibbonButton(String, ICommandId, Object, ImageSource, ImageSource) 初始化 RibbonButton 类的新实例。
公共方法 RibbonButton(String, ICommand, Object, Bitmap, Bitmap) 初始化 RibbonButton 类的新实例。
公共方法 RibbonButton(String, ICommand, Object, ImageSource, ImageSource) 初始化 RibbonButton 类的新实例。
受保护方法 RibbonButton(String, ICommand, ICommandId, Object, ImageSource, ImageSource) 初始化 RibbonButton 类的新实例。

页首

属性

  名称 说明
公共属性 Command 获取或设置按下按钮时要调用的命令。
公共属性 CommandId 获取或设置按下按钮时要调用的命令 ID。
公共属性 CommandParameter 获取或设置要传递到命令或 CommandId 的命令参数。
公共属性 Label 获取项的标签。 (从 RibbonItem 继承。)
公共属性 LargeImage 获取或设置按钮的 32x32 图像。
公共属性 SmallImage 获取或设置按钮的 16x16 图像。

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.WebMatrix.Extensibility 命名空间