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 | |
---|---|---|
RibbonContextualTab | Initializes a new instance of the RibbonContextualTab class. |
Top
Properties
Name | Description | |
---|---|---|
IsVisible | Gets or sets a value indicating whether the contextual tab is visible. | |
Items | Gets a sequence of RibbonItem instances. | |
Label | Gets or sets a label for the tab. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Select | Asks the app to bring this contextual tab to the front. If the tab is invisible, this is a no op. | |
ToString | (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
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.