|
Name |
Description |
|
ActiveTabChangedScript |
Gets or sets the name of a JavaScript function that should be invoked when the active tab is changed |
|
ActiveTabChangingScript |
Gets or sets the name of a JavaScript function that should be invoked right before the active tab is changed |
|
AutoPostBack |
Gets or sets a value specifying whether the control should automatically post back to the server when the selected TabPage is changed. |
|
ControlLoadedScript |
Gets or sets the name of a JavaScript function that should be invoked when the control is loaded. |
|
Controls |
Control.ControlCollection override. |
|
EnableReorder |
Gets or sets a value indicating whether users are allowed to reorder tabs. |
|
Multiline |
Gets or sets a value indicating whether tabs can be arranged in more than one row or column. |
|
SelectedIndex |
Gets or sets the index of the currently selected TabPage. |
|
SelectedTab |
Gets or sets the currently selected TabPage. |
|
TabCssClass |
Gets or sets the CSS class, defining the common style of child tabs. |
|
TabHeaderCssClass |
Gets or sets the CSS class, defining the common style of child tabs' header. |
|
Tabs |
Gets the collection of TabPages for this control. |
|
TabStripHeight |
Gets or sets the height of the tab headers. |
|
TabStripPlacement |
Gets or sets the alignment of the tab headers. |
|
TabStripScroll |
Gets or sets a value indicating the type of tab scrolling. |
|
TabStripWidth |
Gets or sets the width of the tab headers. |
|
Theme |
Gets or sets the theme applied to the control's UI elements. |