RibbonSplitButton 构造函数 (String, ICommand, Object, IEnumerable<RibbonButton>, Bitmap, Bitmap)

适用于版本2

初始化 RibbonSplitButton 类的新实例。

命名空间:  Microsoft.WebMatrix.Extensibility
程序集:  Microsoft.WebMatrix.Extensibility(在 Microsoft.WebMatrix.Extensibility.dll 中)

语法

声明
Public Sub New ( _
    label As String, _
    command As ICommand, _
    commandParameter As Object, _
    items As IEnumerable(Of RibbonButton), _
    smallImage As Bitmap, _
    largeImage As Bitmap _
)
用法
Dim label As String 
Dim command As ICommand 
Dim commandParameter As Object 
Dim items As IEnumerable(Of RibbonButton)
Dim smallImage As Bitmap 
Dim largeImage As Bitmap 

Dim instance As New RibbonSplitButton(label, command, _
    commandParameter, items, smallImage, _
    largeImage)
public RibbonSplitButton(
    string label,
    ICommand command,
    Object commandParameter,
    IEnumerable<RibbonButton> items,
    Bitmap smallImage,
    Bitmap largeImage
)
public:
RibbonSplitButton(
    String^ label, 
    ICommand^ command, 
    Object^ commandParameter, 
    IEnumerable<RibbonButton^>^ items, 
    Bitmap^ smallImage, 
    Bitmap^ largeImage
)
new : 
        label:string * 
        command:ICommand * 
        commandParameter:Object * 
        items:IEnumerable<RibbonButton> * 
        smallImage:Bitmap * 
        largeImage:Bitmap -> RibbonSplitButton
public function RibbonSplitButton(
    label : String, 
    command : ICommand, 
    commandParameter : Object, 
    items : IEnumerable<RibbonButton>, 
    smallImage : Bitmap, 
    largeImage : Bitmap
)

参数

  • commandParameter
    类型:System.Object

    CommandId 的命令参数。

请参阅

参考

RibbonSplitButton 类

RibbonSplitButton 重载

Microsoft.WebMatrix.Extensibility 命名空间