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

In This Topic
    C1RibbonSplitButton Constructor(HtmlTextWriterTag)
    In This Topic
    The constructor for the C1RibbonSplitButton.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal tag As System.Web.UI.HtmlTextWriterTag _
    )
    public C1RibbonSplitButton( 
       System.Web.UI.HtmlTextWriterTag tag
    )

    Parameters

    tag
    The tag key of the ribbon button.
    See Also