ComponentOne SiteMap for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor Namespace / C1RibbonButton Class / C1RibbonButton Constructor / C1RibbonButton Constructor(HtmlTextWriterTag)
The tag key of the ribbon button.

In This Topic
    C1RibbonButton Constructor(HtmlTextWriterTag)
    In This Topic
    Initializes a new instance of the C1RibbonButton class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal tag As System.Web.UI.HtmlTextWriterTag _
    )
    public C1RibbonButton( 
       System.Web.UI.HtmlTextWriterTag tag
    )

    Parameters

    tag
    The tag key of the ribbon button.
    See Also