Wisej.Web.TabPage
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.
: Returns or sets a value indicating that the control can display html in the Text property.
Newlines (CRLF) are converted to when allowHtml is false, or when allowHtml is true and the text doesn't contain any html.
: 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 .
Throws:
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 .
Returns: . The that contains the specified , or null if it cannot be found.
Returns the bounding rectangle for a specified tab in this tab control.
Returns: . A that represents the bounds of the specified tab.
Overridden to update the parent TabControl when in design mode.
Fired when the value of the property changes.
text
The text for the tab.
control
The Control to look for.
Bindable components implement this interface.
All wisej components implement this interface.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.
Public Class TabPage
Inherits Panelpublic class TabPage : Panel