TabPage
Wisej.Web.TabPage
Last updated
Was this helpful?
Wisej.Web.TabPage
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.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 <BR/> 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.
Controls that support drag & drop operations implement this interface.
Provides access to common image properties across the controls that 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. (Default: False
)
: Returns or sets the case of the text to display to the user. (Default: Normal
)
: Returns or sets whether the is visible in the parent . (Default: False
)
: Returns or sets the index for the image in the of the associated . (Default: -1
)
The specified index is less than -1.
: Returns or sets the key accessor for the image in the of the associated . (Default: ""
)
: Returns or sets a value indicating that the tab can show the close button next to the name. (Default: False
)
: Returns or sets whether the tab page should be included in the visibility menu. (Default: True
)
: Returns or sets the background color of the tab button. (Default: Color [Empty]
)
: Returns the parent .
: Returns or sets the text color of the tab button. (Default: Color [Empty]
)
: Returns or sets the text to display on the tab. (Default: ""
)
: Returns or sets the ToolTip text for this tab. (Default: ""
)
: Returns or sets whether the first character that is preceded by an ampersand (&) is used as the mnemonic key of the control. (Default: True
)
: 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.