|
Name |
Description |
|
createTab |
Creates a new TabPage instance and adds it to the control's tabs array. |
|
deleteTab |
Removes a TabPage instance from the control's tabs array. |
|
dispose |
Sys.UI.Control.dispose override. |
|
get_autoPostBack |
Returns a value indicating whether the control should post back to the server when the active tab page is changed. |
|
get_enableReorder |
Gets a value indicating whether users are allowed to reorder tabs. |
|
get_height |
Gets the height of the control. |
|
get_multiline |
Gets a value indicating whether tabs can be arranged in more than one row or column. |
|
get_selectedIndex |
Returns the index of the currently selected TabPage. |
|
get_tabStripHeight |
Gets the height of the tab headers. |
|
get_tabStripPlacement |
Gets the alignment of the tab headers. |
|
get_tabStripScroll |
Gets the type of tab scrolling. |
|
get_tabStripWidth |
Gets the width of the tab headers. |
|
get_width |
Gets the width of the control. |
|
getActiveTab |
Gets the currently selected TabPage. |
|
getAllTabs |
Gets the collection of tabs for this control. |
|
initialize |
Sys.UI.Control.initialize override. |
|
postback |
Initiates a postback. |
|
preparePostback |
Prepares the TabControl for a subsequent postback. |
|
selectTab |
Makes the specified tab the active TabPage. |
|
selectTabByIndex |
Makes the tab with the specified index the active TabPage. |
|
set_autoPostBack |
Sets a value indicating whether the control should post back to the server when the active tab page is changed. |
|
set_selectedIndex |
Sets the index of the currently selected TabPage. |