ComponentOne Ribbon for WinForms
RibbonLabel Constructor(String)

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

Parameters

text
The initial value for the Text property.
See Also

Reference

RibbonLabel Class
RibbonLabel Members
Overload List