RibbonButtonGallery.GalleryClosing プロパティ
v2 に適用されます。
ギャラリーの終了を表すアクションを取得または設定します。
名前空間: 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
ギャラリーの終了を表すアクション。