TabPage
Wisej.Web.TabPage
Last updated
Was this helpful?
Wisej.Web.TabPage
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents a single tab page in a .
Initializes a new instance of the class.
Initializes a new instance of the class and specifies the text to display as the title the tab.
text
The text for the tab.
Newlines (CRLF) are converted to when allowHtml is false, or when allowHtml is true and the text doesn't contain any html.
Throws:
control
Returns the bounding rectangle for a specified tab in this tab control.
Overridden to update the parent TabControl when in design mode.
Bindable components implement this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
: Returns or sets a value indicating that the control can display html in the Text property.
: Returns or sets the case of the text to display to the user.
: Returns or sets whether the is visible in the parent .
: Returns or sets the index for the image in the of the associated .
The specified index is less than -1.
: Returns or sets the key accessor for the image in the of the associated .
: Returns or sets a value indicating that the tab can show the close button next to the name.
: Returns or sets whether the tab page should be included in the visibility menu.
: Returns or sets the background color of the tab button.
: Returns the parent .
: Returns or sets the text color of the tab button.
: Returns or sets the text to display on the tab.
: Returns or sets the ToolTip text for this tab.
: Returns or sets whether the first character that is preceded by an ampersand (&) is used as the mnemonic key of the control.
: Returns or sets whether the control and all its child controls are displayed.
Retrieves the tab page that contains the specified .
The to look for.
Returns: . The that contains the specified , or null if it cannot be found.
Returns: . A that represents the bounds of the specified tab.
Fired when the value of the property changes.
All wisej controls derived from the class must implement this interface.