RibbonButton Constructor (String, ICommandId, Object, Bitmap, Bitmap)

Applies to v2.

Initializes a new instance of the RibbonButton class.

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

Syntax

'Declaration
Public Sub New ( _
    label As String, _
    commandId As ICommandId, _
    commandParameter As Object, _
    smallImage As Bitmap, _
    largeImage As Bitmap _
)
'Usage
Dim label As String 
Dim commandId As ICommandId 
Dim commandParameter As Object 
Dim smallImage As Bitmap 
Dim largeImage As Bitmap 

Dim instance As New RibbonButton(label, commandId, _
    commandParameter, smallImage, largeImage)
public RibbonButton(
    string label,
    ICommandId commandId,
    Object commandParameter,
    Bitmap smallImage,
    Bitmap largeImage
)
public:
RibbonButton(
    String^ label, 
    ICommandId^ commandId, 
    Object^ commandParameter, 
    Bitmap^ smallImage, 
    Bitmap^ largeImage
)
new : 
        label:string * 
        commandId:ICommandId * 
        commandParameter:Object * 
        smallImage:Bitmap * 
        largeImage:Bitmap -> RibbonButton
public function RibbonButton(
    label : String, 
    commandId : ICommandId, 
    commandParameter : Object, 
    smallImage : Bitmap, 
    largeImage : Bitmap
)

Parameters

  • commandParameter
    Type: System.Object

    A command parameter for CommandId.

See Also

Reference

RibbonButton Class

RibbonButton Overload

Microsoft.WebMatrix.Extensibility Namespace