RibbonContextualTab 类

适用于版本2

表示功能区中的上下文选项卡。

继承层次结构

System.Object
  Microsoft.WebMatrix.Extensibility.RibbonContextualTab

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

语法

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

RibbonContextualTab 类型公开以下成员。

构造函数

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

页首

属性

  名称 说明
公共属性 IsVisible 获取或设置一个值,该值指示上下文选项卡是否可见。
公共属性 Items 获取一系列 RibbonItem 实例。
公共属性 Label 获取或设置选项卡的标签。

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 Select 要求应用程序将此上下文选项卡前置。如果该选项卡不可见,则无操作。
公共方法 ToString (从 Object 继承。)

页首

事件

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

页首

线程安全

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

请参阅

参考

Microsoft.WebMatrix.Extensibility 命名空间