[]
        
(Showing Draft Content)

C1.Framework.TabPageElement.-ctor

TabPageElement Constructor

TabPageElement(Style, string)

Creates a new instance of TabPageElement with a given Style and text.

Declaration
public TabPageElement(Style style, string text)
Parameters
Type Name Description
Style style

Style used to paint the element.

string text

Text shown in the tab page header.

TabPageElement(string)

Creates a new instance of TabPageElement with a given text.

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

Text shown in the tab page header.

TabPageElement()

Creates a new instance of TabPageElement.

Declaration
public TabPageElement()