RibbonItem Class
Applies to v2.
Represents an item on the ribbon.
Inheritance Hierarchy
System.Object
Microsoft.WebMatrix.Extensibility.RibbonItem
Microsoft.WebMatrix.Extensibility.RibbonButton
Microsoft.WebMatrix.Extensibility.RibbonButtonGallery
Microsoft.WebMatrix.Extensibility.RibbonGroup
Microsoft.WebMatrix.Extensibility.RibbonMenuButton
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public MustInherit Class RibbonItem
'Usage
Dim instance As RibbonItem
public abstract class RibbonItem
public ref class RibbonItem abstract
[<AbstractClassAttribute>]
type RibbonItem = class end
public abstract class RibbonItem
The RibbonItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RibbonItem | Initializes a new instance of the RibbonItem class. |
Top
Properties
Name | Description | |
---|---|---|
Label | Gets a label for the item. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Remarks
This acts as a base class and is not meant to be used directly.
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.