ComponentOne Ribbon for WinForms
RibbonGalleryLabel Constructor(String,Image)

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

Parameters

text
The initial value for the text property.
smallImage
The initial value for the RibbonItem.SmallImage property.
See Also

Reference

RibbonGalleryLabel Class
RibbonGalleryLabel Members
Overload List