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

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

    Parameters

    tag
    The tag key of the ribbon button.
    See Also