[]
        
(Showing Draft Content)

C1.Win.Ribbon.BackstageViewTab.-ctor

BackstageViewTab Constructor

BackstageViewTab()

Creates a new instance of BackstageViewTab.

Declaration
public BackstageViewTab()
Public Sub New()

BackstageViewTab(string)

Creates a new instance of BackstageViewTab.

Declaration
public BackstageViewTab(string text)
Public Sub New(text As String)
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)
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.

BackstageViewTab(Image)

Creates a new instance of BackstageViewTab.

Declaration
public BackstageViewTab(Image smallImage)
Public Sub New(smallImage As Image)
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)
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.