Compartir a través de


RibbonToggleButton Constructor (String, ICommand, Object, ImageSource, ImageSource)

Lo siguiente se aplica a v2.

Inicializa una nueva instancia de la clase RibbonToggleButton.

Espacio de nombres:  Microsoft.WebMatrix.Extensibility
Ensamblado:  Microsoft.WebMatrix.Extensibility (en Microsoft.WebMatrix.Extensibility.dll)

Sintaxis

'Declaración
Public Sub New ( _
    label As String, _
    command As ICommand, _
    commandParameter As Object, _
    smallImage As ImageSource, _
    largeImage As ImageSource _
)
'Uso
Dim label As String 
Dim command As ICommand 
Dim commandParameter As Object 
Dim smallImage As ImageSource 
Dim largeImage As ImageSource 

Dim instance As New RibbonToggleButton(label, command, _
    commandParameter, smallImage, largeImage)
public RibbonToggleButton(
    string label,
    ICommand command,
    Object commandParameter,
    ImageSource smallImage,
    ImageSource largeImage
)
public:
RibbonToggleButton(
    String^ label, 
    ICommand^ command, 
    Object^ commandParameter, 
    ImageSource^ smallImage, 
    ImageSource^ largeImage
)
new : 
        label:string * 
        command:ICommand * 
        commandParameter:Object * 
        smallImage:ImageSource * 
        largeImage:ImageSource -> RibbonToggleButton
public function RibbonToggleButton(
    label : String, 
    command : ICommand, 
    commandParameter : Object, 
    smallImage : ImageSource, 
    largeImage : ImageSource
)

Parámetros

  • commandParameter
    Tipo: System.Object

    Un parámetro de comando para el comando.

Vea también

Referencia

RibbonToggleButton Clase

Sobrecarga de RibbonToggleButton

Espacio de nombres Microsoft.WebMatrix.Extensibility