Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to v2.
Gets or sets an action that represents the opening of the gallery.
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)
Property Value
Type: System.Action
The action that represents the opening of the gallery.