[]
        
(Showing Draft Content)

C1.Win.Ribbon.RibbonButton.-ctor

RibbonButton Constructor

RibbonButton()

Creates a new instance of RibbonButton.

Declaration
public RibbonButton()

RibbonButton(string)

Creates a new instance of RibbonButton.

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