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
Protected method RibbonItem Initializes a new instance of the RibbonItem class.

Top

Properties

  Name Description
Public property Label Gets a label for the item.

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 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.

See Also

Reference

Microsoft.WebMatrix.Extensibility Namespace