Represents a tab control. The following tables list the members exposed by the TabControl type.
|
Name | Description | |
---|---|---|
![]() |
Initializes a new instance of the TabControl class. |
Name | Description | |
---|---|---|
![]() |
Gets or sets the name of a JavaScript function that should be invoked when the active tab is changed |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked right before the active tab is changed |
|
![]() |
Gets or sets a value specifying whether the control should automatically post back to the server when the selected TabPage is changed. |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked when the control is loaded. |
|
![]() |
Control.ControlCollection override. |
|
![]() |
Gets or sets a value indicating whether users are allowed to reorder tabs. |
|
![]() |
Gets or sets a value indicating whether tabs can be arranged in more than one row or column. |
|
![]() |
Gets or sets the index of the currently selected TabPage. |
|
![]() |
Gets or sets the currently selected TabPage. |
|
![]() |
Gets or sets the CSS class, defining the common style of child tabs. |
|
![]() |
Gets or sets the CSS class, defining the common style of child tabs' header. |
|
![]() |
Gets the collection of TabPages for this control. |
|
![]() |
Gets or sets the height of the tab headers. |
|
![]() |
Gets or sets the alignment of the tab headers. |
|
![]() |
Gets or sets a value indicating the type of tab scrolling. |
|
![]() |
Gets or sets the width of the tab headers. |
|
![]() |
Gets or sets the theme applied to the control's UI elements. |
Name | Description | |
---|---|---|
![]() |
WebControl.TagKey override. |
Name | Description | |
---|---|---|
![]() |
Control.DataBind override. |
|
![]() |
Overloaded. Loads control data from an XML file or from a System.Xml.XmlDocument. |
|
![]() |
When implemented by a derived class, processes postback data for an ASP.NET server control. |
|
![]() |
When implemented by a derived class, enables a server control to process an event raised when a form is posted to the server. |
|
![]() |
When implemented by a derived class in the server control notifies the ASP.NET application that the state of the control has changed. |
|
![]() |
Overloaded. Saves control data to an XML file or to a System.Xml.XmlDocument. |
Name | Description | |
---|---|---|
![]() |
Control.CreateChildControls override. |
|
![]() |
Control.LoadViewState override. |
|
![]() |
Raises the BeginLoad event. |
|
![]() |
Raises the Deselected event. |
|
![]() |
Raises the EndLoad event. |
|
![]() |
Control.OnPreRender override. |
|
![]() |
Raises the Selected event. |
|
![]() |
Raises the SelectedIndexChanged event. |
|
![]() |
Raises the TabPageCreated event. |
|
![]() |
Raises the TabPageDeleted event. |
|
![]() |
Control.Render override. |
|
![]() |
WebControl.RenderContents override. |
|
![]() |
Control.SaveViewState override. |
|
![]() |
Control.TrackViewState override. |
Name | Description | |
---|---|---|
![]() |
Raised when the component starts loading data from a file or memory stream. |
|
![]() |
Raised when a tab is deselected. |
|
![]() |
Raised when the component ends loading data from a file or memory stream. |
|
![]() |
Raised when a tab is selected. |
|
![]() |
Raised when the value of the SelectedIndex property has changed. |
|
![]() |
Raised when a TabPage is created. |
|
![]() |
Raised when a TabPage is deleted. |