ComponentOne Ribbon for WinForms
RibbonButton Constructor(String)

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace > RibbonButton Class > RibbonButton Constructor : RibbonButton Constructor(String)
The initial value for the Text property.
Creates a new instance of RibbonButton.
Syntax
'Declaration
 
Public Function New( _
   ByVal text As System.String _
)
public RibbonButton( 
   System.string text
)

Parameters

text
The initial value for the Text property.
See Also

Reference

RibbonButton Class
RibbonButton Members
Overload List