다음을 통해 공유


RibbonToggleButton 생성자 (String, ICommand, Object, ImageSource, ImageSource)

버전 2에 적용

RibbonToggleButton 클래스의 새 인스턴스를 초기화합니다.

네임스페이스:  Microsoft.WebMatrix.Extensibility
어셈블리:  Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)

구문

‘선언
Public Sub New ( _
    label As String, _
    command As ICommand, _
    commandParameter As Object, _
    smallImage As ImageSource, _
    largeImage As ImageSource _
)
‘사용 방법
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
)

매개 변수

  • commandParameter
    유형: System.Object

    명령에 대한 명령 매개 변수입니다.

참고 항목

참조

RibbonToggleButton 클래스

RibbonToggleButton 오버로드

Microsoft.WebMatrix.Extensibility 네임스페이스