RibbonGalleryCategory 类

适用于版本2

表示功能区库中的类别。

继承层次结构

System.Object
  Microsoft.WebMatrix.Extensibility.RibbonGalleryCategory

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

语法

声明
Public Class RibbonGalleryCategory _
    Implements INotifyPropertyChanged
用法
Dim instance As RibbonGalleryCategory
public class RibbonGalleryCategory : INotifyPropertyChanged
public ref class RibbonGalleryCategory : INotifyPropertyChanged
type RibbonGalleryCategory =  
    class 
        interface INotifyPropertyChanged 
    end
public class RibbonGalleryCategory implements INotifyPropertyChanged

RibbonGalleryCategory 类型公开以下成员。

构造函数

  名称 说明
公共方法 RibbonGalleryCategory 初始化 RibbonGalleryCategory 类的新实例。

页首

属性

  名称 说明
公共属性 ColumnCount 获取或设置要用于安排类别中项的布局的列数。
公共属性 Header 获取标头文本。
公共属性 ItemContainerStyle 获取或设置用于类别中项的容器的样式。
公共属性 Items 获取类别中的一系列项。
公共属性 ItemTemplate 获取用于显示类别中的项的 DataTemplate。

页首

方法

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

页首

事件

  名称 说明
公共事件 PropertyChanged 在属性更改值时发生。

页首

线程安全

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

请参阅

参考

Microsoft.WebMatrix.Extensibility 命名空间