RibbonButtonGallery Constructor (String, ICommandId, IEnumerable<RibbonGalleryCategory>, ImageSource, ImageSource)
Applies to v2.
Initializes a new instance of the RibbonButtonGallery class with specified label, command identifier, category, and images.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Sub New ( _
label As String, _
galleryCommandId As ICommandId, _
categories As IEnumerable(Of RibbonGalleryCategory), _
smallImage As ImageSource, _
largeImage As ImageSource _
)
'Usage
Dim label As String
Dim galleryCommandId As ICommandId
Dim categories As IEnumerable(Of RibbonGalleryCategory)
Dim smallImage As ImageSource
Dim largeImage As ImageSource
Dim instance As New RibbonButtonGallery(label, galleryCommandId, _
categories, smallImage, largeImage)
public RibbonButtonGallery(
string label,
ICommandId galleryCommandId,
IEnumerable<RibbonGalleryCategory> categories,
ImageSource smallImage,
ImageSource largeImage
)
public:
RibbonButtonGallery(
String^ label,
ICommandId^ galleryCommandId,
IEnumerable<RibbonGalleryCategory^>^ categories,
ImageSource^ smallImage,
ImageSource^ largeImage
)
new :
label:string *
galleryCommandId:ICommandId *
categories:IEnumerable<RibbonGalleryCategory> *
smallImage:ImageSource *
largeImage:ImageSource -> RibbonButtonGallery
public function RibbonButtonGallery(
label : String,
galleryCommandId : ICommandId,
categories : IEnumerable<RibbonGalleryCategory>,
smallImage : ImageSource,
largeImage : ImageSource
)
Parameters
label
Type: System.StringThe label.
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.