[]
        
(Showing Draft Content)

C1.Win.Ribbon.RibbonButton.-ctor

RibbonButton Constructor

RibbonButton()

Creates a new instance of RibbonButton.

Declaration
public RibbonButton()
Public Sub New()

RibbonButton(string)

Creates a new instance of RibbonButton.

Declaration
public RibbonButton(string text)
Public Sub New(text As String)
Parameters
Type Name Description
string text

The initial value for the Text property.

RibbonButton(string, Image)

Creates a new instance of RibbonButton.

Declaration
public RibbonButton(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.

RibbonButton(Image)

Creates a new instance of RibbonButton.

Declaration
public RibbonButton(Image smallImage)
Public Sub New(smallImage As Image)
Parameters
Type Name Description
Image smallImage

The image to use as a small icon.

RibbonButton(string, Image, Image)

Creates a new instance of RibbonButton.

Declaration
public RibbonButton(string text, Image smallImage, Image largeImage)
Public Sub New(text As String, smallImage As Image, largeImage 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.

Image largeImage

The image to use as a large icon.