다음을 통해 공유


RibbonButtonGallery.GalleryOpening 속성

버전 2에 적용

갤러리 열기를 나타내는 작업을 가져오거나 설정합니다.

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

구문

‘선언
Public Property GalleryOpening As Action 
    Get 
    Set
‘사용 방법
Dim instance As RibbonButtonGallery 
Dim value As Action 

value = instance.GalleryOpening

instance.GalleryOpening = value
public Action GalleryOpening { get; set; }
public:
property Action^ GalleryOpening {
    Action^ get ();
    void set (Action^ value);
}
member GalleryOpening : Action with get, set
function get GalleryOpening () : Action 
function set GalleryOpening (value : Action)

속성 값

유형: System.Action
갤러리 열기를 나타내는 작업입니다.

참고 항목

참조

RibbonButtonGallery 클래스

Microsoft.WebMatrix.Extensibility 네임스페이스