RibbonButtonGallery.GalleryClosing Property
Applies to v2.
Gets or sets an action that represents the closing of the gallery.
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)
Property Value
Type: System.Action
The action that represents the closing of the gallery.