RibbonGalleryCategory Constructor

Applies to v2.

Initializes a new instance of the RibbonGalleryCategory class.

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

Syntax

'Declaration
Public Sub New ( _
    header As String _
)
'Usage
Dim header As String 

Dim instance As New RibbonGalleryCategory(header)
public RibbonGalleryCategory(
    string header
)
public:
RibbonGalleryCategory(
    String^ header
)
new : 
        header:string -> RibbonGalleryCategory
public function RibbonGalleryCategory(
    header : String
)

Parameters

See Also

Reference

RibbonGalleryCategory Class

Microsoft.WebMatrix.Extensibility Namespace