[]
        
(Showing Draft Content)

C1.Win.Ribbon.BackstageViewTab.-ctor

BackstageViewTab Constructor

BackstageViewTab()

Creates a new instance of BackstageViewTab.

Declaration
public BackstageViewTab()

BackstageViewTab(string)

Creates a new instance of BackstageViewTab.

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

The initial value for the Text property.

BackstageViewTab(string, Image)

Creates a new instance of BackstageViewTab.

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

BackstageViewTab(Image)

Creates a new instance of BackstageViewTab.

Declaration
public BackstageViewTab(Image smallImage)
Parameters
Type Name Description
Image smallImage

The image to use as a small icon.

BackstageViewTab(string, Image, Image)

Creates a new instance of BackstageViewTab.

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