ComponentOne Sparkline for ASP.NET WebForms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor Namespace / C1RibbonDropDownListButton Class / C1RibbonDropDownListButton Constructor / C1RibbonDropDownListButton Constructor(String,String,String)
The name of the ribbon button.
The tooltip of the ribbon button.
The iconClass of the ribbon button.

In This Topic
    C1RibbonDropDownListButton Constructor(String,String,String)
    In This Topic
    The constructor for the C1RibbonDropDownListButton.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As System.String, _
       ByVal tooltip As System.String, _
       ByVal iconClass As System.String _
    )
    public C1RibbonDropDownListButton( 
       System.string name,
       System.string tooltip,
       System.string iconClass
    )

    Parameters

    name
    The name of the ribbon button.
    tooltip
    The tooltip of the ribbon button.
    iconClass
    The iconClass of the ribbon button.
    See Also