ComponentOne SiteMap for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor Namespace / C1RibbonRadioButton Class / C1RibbonRadioButton Constructor / C1RibbonRadioButton Constructor(String,String,String,String,String,String,TextImageRelation,Boolean,String)
The name of the ribbon button.
The text of the ribbon button.
The tooltip of the ribbon button.
The value of the ribbon button.
The css class of the ribbon button.
The iconClass of the ribbon button.
The textImageRelation of the ribbon button.
The checked state of the ribbon button.
The group that the ribbon button belongs to.

In This Topic
    C1RibbonRadioButton Constructor(String,String,String,String,String,String,TextImageRelation,Boolean,String)
    In This Topic
    The constructor for the
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As System.String, _
       ByVal text As System.String, _
       ByVal tooltip As System.String, _
       ByVal value As System.String, _
       ByVal cssClass As System.String, _
       ByVal iconClass As System.String, _
       ByVal textImageRelation As TextImageRelation, _
       ByVal isChecked As System.Boolean, _
       ByVal group As System.String _
    )
    public C1RibbonRadioButton( 
       System.string name,
       System.string text,
       System.string tooltip,
       System.string value,
       System.string cssClass,
       System.string iconClass,
       TextImageRelation textImageRelation,
       System.bool isChecked,
       System.string group
    )

    Parameters

    name
    The name of the ribbon button.
    text
    The text of the ribbon button.
    tooltip
    The tooltip of the ribbon button.
    value
    The value of the ribbon button.
    cssClass
    The css class of the ribbon button.
    iconClass
    The iconClass of the ribbon button.
    textImageRelation
    The textImageRelation of the ribbon button.
    isChecked
    The checked state of the ribbon button.
    group
    The group that the ribbon button belongs to.
    See Also