Freigeben über


RibbonButtonGallery.GalleryClosing-Eigenschaft

Die folgenden Ausführungen gelten für v2.

Ruft eine Aktion ab, die das Schließen des Katalogs darstellt, bzw. legt diese fest.

Namespace:  Microsoft.WebMatrix.Extensibility
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Public Property GalleryClosing As Action 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: System.Action
Die Aktion, die das Schließen des Katalogs darstellt.

Siehe auch

Verweis

RibbonButtonGallery Klasse

Microsoft.WebMatrix.Extensibility-Namespace