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