Wisej.Web.TabPage
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.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.
text
The text for the tab.
Boolean: Returns or sets a value indicating that the control can display html in the Text property. (Default: False
)
Newlines (CRLF) are converted to <BR/> when allowHtml is false, or when allowHtml is true and the text doesn't contain any html.
CharacterCasing: Returns or sets the case of the text to display to the user. (Default: Normal
)
Boolean: Returns or sets whether the TabPage is visible in the parent TabControl. (Default: False
)
Int32: Returns or sets the index for the image in the ImageList of the associated TabControl. (Default: -1
)
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. (Default: ""
)
ImagePropertySettings: Creates the property manager for the Image properties on first use.
String: Returns the text to use for rendering to the client.
Boolean: Returns or sets a value indicating that the tab can show the close button next to the name. (Default: False
)
Boolean: Returns or sets whether the tab page should be included in the visibility menu. (Default: True
)
Color: Returns or sets the background color of the TabPage tab button. (Default: Color [Empty]
)
TabControl: Returns the parent TabControl.
Color: Returns or sets the text color of the TabPage tab button. (Default: Color [Empty]
)
String: Returns or sets the text to display on the tab. (Default: ""
)
String: Returns or sets the ToolTip text for this tab. (Default: ""
)
Boolean: Returns or sets whether the first character that is preceded by an ampersand (&) is used as the mnemonic key of the control. (Default: True
)
Boolean: Returns or sets whether the control and all its child controls are displayed. (Default: False
)
parent
Returns: ControlCollection. A new instance of ControlCollection assigned to the control.
e
e
Retrieves the tab page that contains the specified Control.
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.
Returns: String.
Fires the TextChanged event.
e
Processes the event from the client.
e
Event arguments.
Renders the client component.
config
Dynamic configuration object.
Updates the client component using the state information.
state
Dynamic state object.
config
Selects the current TabPage.
This member overrides SetBoundsCore.
x
y
width
height
specified
Overridden to update the parent TabControl when in design mode.
Updates the rectangles for the tab button.
rect
Updates the rectangles for the tab button.
rect
EventHandler Fired when the value of the Text property changes.
Provides access to the UserData
and Tag
properties associated to the component implementing this interface.
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.
The to look for.
A that contains the event data.
The new property value of the control.
The new property value of the control.
The new property value of the control.
The new property value of the control.
A combination of values.
All wisej controls derived from the class must implement this interface.