Wisej.Web.TabPage
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Represents a single tab page in a TabControl.
Initializes a new instance of the TabPage class.
Initializes a new instance of the TabPage class and specifies the text to display as the title the tab.
Name | Type | Description |
---|---|---|
Boolean: 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.
Boolean: Returns or sets whether the TabPage is visible in the parent TabControl.
Int32: Returns or sets the index for the image in the ImageList of the associated TabControl.
Throws:
ArgumentOutOfRangeException The specified index is less than -1.
String: Returns or sets the key accessor for the image in the ImageList of the associated TabControl.
Boolean: Returns or sets a value indicating that the tab can show the close button next to the name.
Boolean: Returns or sets whether the tab page should be included in the visibility menu.
Color: Returns or sets the background color of the TabPage tab button.
TabControl: Returns the parent TabControl.
Color: Returns or sets the text color of the TabPage tab button.
String: Returns or sets the text to display on the tab.
String: Returns or sets the ToolTip text for this tab.
Boolean: Returns or sets whether the first character that is preceded by an ampersand (&) is used as the mnemonic key of the control.
Boolean: Returns or sets whether the control and all its child controls are displayed.
Retrieves the tab page that contains the specified Control.
Returns: TabPage. The TabPage that contains the specified Control, or null if it cannot be found.
Returns the bounding rectangle for a specified tab in this tab control.
Returns: Rectangle. A Rectangle that represents the bounds of the specified tab.
Overridden to update the parent TabControl when in design mode.
EventHandler Fired when the value of the Text property changes.
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
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.
text
The text for the tab.