C1RibbonDropDownListButton Constructor(String,String,String,String,String,String,TextImageRelation,HtmlTextWriterTag)
In This Topic
The constructor for the C1RibbonDropDownListButton.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.String, _
ByVal As TextImageRelation, _
ByVal As System.Web.UI.HtmlTextWriterTag _
)
public C1RibbonDropDownListButton(
System.string ,
System.string ,
System.string ,
System.string ,
System.string ,
System.string ,
TextImageRelation ,
System.Web.UI.HtmlTextWriterTag
)
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.
- tag
- The tag key of the ribbon button.
See Also