Represents a tab control. The following tables list the members exposed by the TabControl type.
|
Name | Description | |
---|---|---|
![]() |
An object, which keeps references to various Dom elements, part of the control's structure |
|
![]() |
The collection of TabPages for this control. |
Name | Description | |
---|---|---|
![]() |
Creates a new TabPage instance and adds it to the control's tabs array. |
|
![]() |
Removes a TabPage instance from the control's tabs array. |
|
![]() |
Sys.UI.Control.dispose override. |
|
![]() |
Returns a value indicating whether the control should post back to the server when the active tab page is changed. |
|
![]() |
Gets a value indicating whether users are allowed to reorder tabs. |
|
![]() |
Gets the height of the control. |
|
![]() |
Gets a value indicating whether tabs can be arranged in more than one row or column. |
|
![]() |
Returns the index of the currently selected TabPage. |
|
![]() |
Gets the height of the tab headers. |
|
![]() |
Gets the alignment of the tab headers. |
|
![]() |
Gets the type of tab scrolling. |
|
![]() |
Gets the width of the tab headers. |
|
![]() |
Gets the width of the control. |
|
![]() |
Gets the currently selected TabPage. |
|
![]() |
Gets the collection of tabs for this control. |
|
![]() |
Sys.UI.Control.initialize override. |
|
![]() |
Initiates a postback. |
|
![]() |
Prepares the TabControl for a subsequent postback. |
|
![]() |
Makes the specified tab the active TabPage. |
|
![]() |
Makes the tab with the specified index the active TabPage. |
|
![]() |
Sets a value indicating whether the control should post back to the server when the active tab page is changed. |
|
![]() |
Sets the index of the currently selected TabPage. |