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 the command for the gallery.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Property GalleryCommand As ICommand
Get
Private Set
'Usage
Dim instance As RibbonButtonGallery
Dim value As ICommand
value = instance.GalleryCommand
public ICommand GalleryCommand { get; private set; }
public:
property ICommand^ GalleryCommand {
ICommand^ get ();
private: void set (ICommand^ value);
}
member GalleryCommand : ICommand with get, private set
function get GalleryCommand () : ICommand
private function set GalleryCommand (value : ICommand)
Property Value
Type: System.Windows.Input.ICommand
The command for the gallery.