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 to invoke when the gallery is opening.
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 RibbonSplitButtonGallery
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
An action to invoke when the gallery is opening.