[]
Creates a new instance of TabPageElement with a given Style and text.
public TabPageElement(Style style, string text)
Type | Name | Description |
---|---|---|
Style | style | Style used to paint the element. |
string | text | Text shown in the tab page header. |
Creates a new instance of TabPageElement with a given text.
public TabPageElement(string text)
Type | Name | Description |
---|---|---|
string | text | Text shown in the tab page header. |
Creates a new instance of TabPageElement.
public TabPageElement()