Share via


RibbonContextualTab Class

Applies to v2.

Represents a contextual tab on the ribbon.

Inheritance Hierarchy

System.Object
  Microsoft.WebMatrix.Extensibility.RibbonContextualTab

Namespace:  Microsoft.WebMatrix.Extensibility
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Public Class RibbonContextualTab _
    Implements INotifyPropertyChanged
'Usage
Dim instance As RibbonContextualTab
public class RibbonContextualTab : INotifyPropertyChanged
public ref class RibbonContextualTab : INotifyPropertyChanged
type RibbonContextualTab =  
    class 
        interface INotifyPropertyChanged 
    end
public class RibbonContextualTab implements INotifyPropertyChanged

The RibbonContextualTab type exposes the following members.

Constructors

  Name Description
Public method RibbonContextualTab Initializes a new instance of the RibbonContextualTab class.

Top

Properties

  Name Description
Public property IsVisible Gets or sets a value indicating whether the contextual tab is visible.
Public property Items Gets a sequence of RibbonItem instances.
Public property Label Gets or sets a label for the tab.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Select Asks the app to bring this contextual tab to the front. If the tab is invisible, this is a no op.
Public method ToString (Inherited from Object.)

Top

Events

  Name Description
Public event PropertyChanged Occurs when a property change value.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.WebMatrix.Extensibility Namespace