RibbonButton 클래스
버전 2에 적용
리본 단추를 나타냅니다.
상속 계층
System.Object
Microsoft.WebMatrix.Extensibility.RibbonItem
Microsoft.WebMatrix.Extensibility.RibbonButton
Microsoft.WebMatrix.Extensibility.RibbonSplitButton
Microsoft.WebMatrix.Extensibility.RibbonSplitButtonGallery
Microsoft.WebMatrix.Extensibility.RibbonToggleButton
네임스페이스: Microsoft.WebMatrix.Extensibility
어셈블리: Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)
구문
‘선언
Public Class RibbonButton _
Inherits RibbonItem
‘사용 방법
Dim instance As RibbonButton
public class RibbonButton : RibbonItem
public ref class RibbonButton : public RibbonItem
type RibbonButton =
class
inherit RibbonItem
end
public class RibbonButton extends RibbonItem
RibbonButton 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
RibbonButton(String, ICommandId, Object, Bitmap, Bitmap) | RibbonButton 클래스의 새 인스턴스를 초기화합니다. | |
RibbonButton(String, ICommandId, Object, ImageSource, ImageSource) | RibbonButton 클래스의 새 인스턴스를 초기화합니다. | |
RibbonButton(String, ICommand, Object, Bitmap, Bitmap) | RibbonButton 클래스의 새 인스턴스를 초기화합니다. | |
RibbonButton(String, ICommand, Object, ImageSource, ImageSource) | RibbonButton 클래스의 새 인스턴스를 초기화합니다. | |
RibbonButton(String, ICommand, ICommandId, Object, ImageSource, ImageSource) | RibbonButton 클래스의 새 인스턴스를 초기화합니다. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
Command | 단추가 눌려질 때 호출할 명령을 가져오거나 설정합니다. | |
CommandId | 단추가 눌려질 때 호출할 명령 ID를 가져오거나 설정합니다. | |
CommandParameter | 명령이나 CommandId로 전달할 명령 매개 변수를 가져오거나 설정합니다. | |
Label | 항목의 레이블을 가져옵니다. (RibbonItem에서 상속됨) | |
LargeImage | 단추의 32x32 이미지를 가져오거나 설정합니다. | |
SmallImage | 단추의 16x16 이미지를 가져오거나 설정합니다. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Equals | (Object에서 상속됨) | |
Finalize | (Object에서 상속됨) | |
GetHashCode | (Object에서 상속됨) | |
GetType | (Object에서 상속됨) | |
MemberwiseClone | (Object에서 상속됨) | |
ToString | (Object에서 상속됨) |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.