RibbonButtonGallery Constructor (String, ICommand, ICommandId, IEnumerable<RibbonGalleryCategory>, ImageSource, ImageSource)
Applies to v2.
Initializes a new instance of the RibbonButtonGallery class with specified label, command, command identifier, category, and images.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Protected Sub New ( _
label As String, _
galleryCommand As ICommand, _
galleryCommandId As ICommandId, _
categories As IEnumerable(Of RibbonGalleryCategory), _
smallImage As ImageSource, _
largeImage As ImageSource _
)
'Usage
Dim label As String
Dim galleryCommand As ICommand
Dim galleryCommandId As ICommandId
Dim categories As IEnumerable(Of RibbonGalleryCategory)
Dim smallImage As ImageSource
Dim largeImage As ImageSource
Dim instance As New RibbonButtonGallery(label, galleryCommand, _
galleryCommandId, categories, smallImage, _
largeImage)
protected RibbonButtonGallery(
string label,
ICommand galleryCommand,
ICommandId galleryCommandId,
IEnumerable<RibbonGalleryCategory> categories,
ImageSource smallImage,
ImageSource largeImage
)
protected:
RibbonButtonGallery(
String^ label,
ICommand^ galleryCommand,
ICommandId^ galleryCommandId,
IEnumerable<RibbonGalleryCategory^>^ categories,
ImageSource^ smallImage,
ImageSource^ largeImage
)
new :
label:string *
galleryCommand:ICommand *
galleryCommandId:ICommandId *
categories:IEnumerable<RibbonGalleryCategory> *
smallImage:ImageSource *
largeImage:ImageSource -> RibbonButtonGallery
protected function RibbonButtonGallery(
label : String,
galleryCommand : ICommand,
galleryCommandId : ICommandId,
categories : IEnumerable<RibbonGalleryCategory>,
smallImage : ImageSource,
largeImage : ImageSource
)
Parameters
label
Type: System.StringThe label.
galleryCommand
Type: System.Windows.Input.ICommandThe command.
galleryCommandId
Type: Microsoft.WebMatrix.Extensibility.ICommandIdThe command identifier.
categories
Type: System.Collections.Generic.IEnumerable<RibbonGalleryCategory>The category.
smallImage
Type: System.Windows.Media.ImageSourceThe small image.
largeImage
Type: System.Windows.Media.ImageSourceThe large image.