RibbonSplitButtonGallery.GalleryClosing 屬性
適用於版本2
取得或設定要在關閉圖庫時叫用的動作。
命名空間: Microsoft.WebMatrix.Extensibility
組件: Microsoft.WebMatrix.Extensibility (在 Microsoft.WebMatrix.Extensibility.dll 中)
語法
'宣告
Public Property GalleryClosing As Action
Get
Set
'用途
Dim instance As RibbonSplitButtonGallery
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
要在關閉圖庫時叫用的動作。