RibbonButtonGallery.GalleryClosing 속성
버전 2에 적용
갤러리 닫기를 나타내는 작업을 가져오거나 설정합니다.
네임스페이스: Microsoft.WebMatrix.Extensibility
어셈블리: Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)
구문
‘선언
Public Property GalleryClosing As Action
Get
Set
‘사용 방법
Dim instance As RibbonButtonGallery
Dim value As Action
value = instance.GalleryClosing
instance.GalleryClosing = value
public Action GalleryClosing { get; set; }
public:
property Action^ GalleryClosing {
Action^ get ();
void set (Action^ value);
}
member GalleryClosing : Action with get, set
function get GalleryClosing () : Action
function set GalleryClosing (value : Action)
속성 값
유형: System.Action
갤러리 닫기를 나타내는 작업입니다.