[]
        
(Showing Draft Content)

C1.Win.Ribbon.RibbonLabel.-ctor

RibbonLabel Constructor

RibbonLabel()

Creates a new instance of RibbonLabel.

Declaration
public RibbonLabel()
Public Sub New()

RibbonLabel(string)

Creates a new instance of RibbonLabel.

Declaration
public RibbonLabel(string text)
Public Sub New(text As String)
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)
Public Sub New(text As String, smallImage As Image)
Parameters
Type Name Description
string text

The initial value for the Text property.

Image smallImage

The image to use as a small icon.