RibbonButton Class
Applies to v2.
Represents a ribbon button.
Inheritance Hierarchy
System.Object
Microsoft.WebMatrix.Extensibility.RibbonItem
Microsoft.WebMatrix.Extensibility.RibbonButton
Microsoft.WebMatrix.Extensibility.RibbonSplitButton
Microsoft.WebMatrix.Extensibility.RibbonSplitButtonGallery
Microsoft.WebMatrix.Extensibility.RibbonToggleButton
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Class RibbonButton _
Inherits RibbonItem
'Usage
Dim instance As RibbonButton
public class RibbonButton : RibbonItem
public ref class RibbonButton : public RibbonItem
type RibbonButton =
class
inherit RibbonItem
end
public class RibbonButton extends RibbonItem
The RibbonButton type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RibbonButton(String, ICommandId, Object, Bitmap, Bitmap) | Initializes a new instance of the RibbonButton class. | |
RibbonButton(String, ICommandId, Object, ImageSource, ImageSource) | Initializes a new instance of the RibbonButton class. | |
RibbonButton(String, ICommand, Object, Bitmap, Bitmap) | Initializes a new instance of the RibbonButton class. | |
RibbonButton(String, ICommand, Object, ImageSource, ImageSource) | Initializes a new instance of the RibbonButton class. | |
RibbonButton(String, ICommand, ICommandId, Object, ImageSource, ImageSource) | Initializes a new instance of the RibbonButton class. |
Top
Properties
Name | Description | |
---|---|---|
Command | Gets or sets the command to invoke when the button is pressed. | |
CommandId | Gets or sets the command ID to invoke when the button is pressed. | |
CommandParameter | Gets or sets the command parameter to pass to the command or CommandId. | |
Label | Gets a label for the item. (Inherited from RibbonItem.) | |
LargeImage | Gets or sets a 32x32 image for the button. | |
SmallImage | Gets or sets a 16x16 image for the button. |
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
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.