RibbonSplitButtonGallery.GalleryCommandId Property

Applies to v2.

Gets or sets the command ID to invoke when an item is chosen from the gallery.

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

Syntax

'Declaration
Public Property GalleryCommandId As ICommandId 
    Get 
    Private Set
'Usage
Dim instance As RibbonSplitButtonGallery 
Dim value As ICommandId 

value = instance.GalleryCommandId
public ICommandId GalleryCommandId { get; private set; }
public:
property ICommandId^ GalleryCommandId {
    ICommandId^ get ();
    private: void set (ICommandId^ value);
}
member GalleryCommandId : ICommandId with get, private set
function get GalleryCommandId () : ICommandId 
private function set GalleryCommandId (value : ICommandId)

Property Value

Type: Microsoft.WebMatrix.Extensibility.ICommandId
The command ID to invoke when an item is chosen from the gallery.

See Also

Reference

RibbonSplitButtonGallery Class

Microsoft.WebMatrix.Extensibility Namespace