[]
        
(Showing Draft Content)

C1.Win.Ribbon.RibbonLabel.-ctor

RibbonLabel Constructor

RibbonLabel()

Creates a new instance of RibbonLabel.

Declaration
public RibbonLabel()

RibbonLabel(string)

Creates a new instance of RibbonLabel.

Declaration
public RibbonLabel(string text)
Parameters
Type Name Description
string text

The initial value for the Text property.

RibbonLabel(string, Image)

Creates a new instance of RibbonLabel.

Declaration
public RibbonLabel(string text, Image smallImage)
Parameters
Type Name Description
string text

The initial value for the Text property.

Image smallImage

The image to use as a small icon.