Freigeben über


RibbonButtonGallery.GalleryOpening-Eigenschaft

Die folgenden Ausführungen gelten für v2.

Ruft eine Aktion ab, die das Öffnen des Katalogs darstellt, bzw. legt diese fest.

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

Syntax

'Declaration
Public Property GalleryOpening As Action 
    Get 
    Set
'Usage
Dim instance As RibbonButtonGallery 
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)

Eigenschaftswert

Typ: System.Action
Die Aktion, die das Öffnen des Katalogs darstellt.

Siehe auch

Verweis

RibbonButtonGallery Klasse

Microsoft.WebMatrix.Extensibility-Namespace