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