RibbonSplitButtonGallery 类

适用于版本2

表示扩展到库的功能区拆分按钮。

继承层次结构

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

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

语法

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

RibbonSplitButtonGallery 类型公开以下成员。

构造函数

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

页首

属性

  名称 说明
公共属性 Categories 获取库的一系列类别实例。
公共属性 Command 获取或设置按下按钮时要调用的命令。 (从 RibbonButton 继承。)
公共属性 CommandId 获取或设置按下按钮时要调用的命令 ID。 (从 RibbonButton 继承。)
公共属性 CommandParameter 获取或设置要传递到命令或 CommandId 的命令参数。 (从 RibbonButton 继承。)
公共属性 GalleryClosing 获取或设置库关闭时要调用的操作。
公共属性 GalleryCommand 获取从库中选择项时要调用的命令。
公共属性 GalleryCommandId 获取或设置从库中选择项时要调用的命令 ID。
公共属性 GalleryOpening 获取或设置库打开时要调用的操作。
公共属性 Label 获取项的标签。 (从 RibbonItem 继承。)
公共属性 LargeImage 获取或设置按钮的 32x32 图像。 (从 RibbonButton 继承。)
公共属性 SmallImage 获取或设置按钮的 16x16 图像。 (从 RibbonButton 继承。)

页首

方法

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

页首

线程安全

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

请参阅

参考

Microsoft.WebMatrix.Extensibility 命名空间