RibbonSplitButton 생성자 (String, ICommandId, Object, IEnumerable<RibbonButton>, Bitmap, Bitmap)
버전 2에 적용
RibbonSplitButton 클래스의 새 인스턴스를 초기화합니다.
네임스페이스: Microsoft.WebMatrix.Extensibility
어셈블리: Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)
구문
‘선언
Public Sub New ( _
label As String, _
commandId As ICommandId, _
commandParameter As Object, _
items As IEnumerable(Of RibbonButton), _
smallImage As Bitmap, _
largeImage As Bitmap _
)
‘사용 방법
Dim label As String
Dim commandId As ICommandId
Dim commandParameter As Object
Dim items As IEnumerable(Of RibbonButton)
Dim smallImage As Bitmap
Dim largeImage As Bitmap
Dim instance As New RibbonSplitButton(label, commandId, _
commandParameter, items, smallImage, _
largeImage)
public RibbonSplitButton(
string label,
ICommandId commandId,
Object commandParameter,
IEnumerable<RibbonButton> items,
Bitmap smallImage,
Bitmap largeImage
)
public:
RibbonSplitButton(
String^ label,
ICommandId^ commandId,
Object^ commandParameter,
IEnumerable<RibbonButton^>^ items,
Bitmap^ smallImage,
Bitmap^ largeImage
)
new :
label:string *
commandId:ICommandId *
commandParameter:Object *
items:IEnumerable<RibbonButton> *
smallImage:Bitmap *
largeImage:Bitmap -> RibbonSplitButton
public function RibbonSplitButton(
label : String,
commandId : ICommandId,
commandParameter : Object,
items : IEnumerable<RibbonButton>,
smallImage : Bitmap,
largeImage : Bitmap
)
매개 변수
label
유형: System.String항목의 레이블입니다.
commandId
유형: Microsoft.WebMatrix.Extensibility.ICommandId단추를 누를 때 호출할 명령 ID입니다.
commandParameter
유형: System.ObjectCommandId에 대한 명령 매개 변수입니다.
items
유형: System.Collections.Generic.IEnumerable<RibbonButton>분할 단추가 확장될 때 표시할 RibbonButtons 시퀀스입니다.
smallImage
유형: System.Drawing.Bitmap단추의 16x16 이미지입니다.
largeImage
유형: System.Drawing.Bitmap단추의 32x32 이미지입니다.