다음을 통해 공유


RibbonSplitButtonGallery.GalleryOpening 속성

버전 2에 적용

갤러리가 열릴 때 호출할 작업을 가져오거나 설정합니다.

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

구문

‘선언
Public Property GalleryOpening As Action 
    Get 
    Set
‘사용 방법
Dim instance As RibbonSplitButtonGallery 
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
갤러리가 열리고 있을 때 호출할 작업입니다.

참고 항목

참조

RibbonSplitButtonGallery 클래스

Microsoft.WebMatrix.Extensibility 네임스페이스