Click or drag to resize
BasicTabControl Properties

The BasicTabControl type exposes the following members.

Properties
  NameDescription
Public propertyAfterLastTab
Content located after the last tab (in its own cell)
Public propertyBeforeFirstTab
Content located before the first tab (in its own cell)
Public propertyEnableScrolling
Indicates whether the tab control should support inbuilt scrolling.
Public propertyHideControlForZeroRows
Hides the control when no data is loaded. Default value is False.
Public propertyIsLiveSite
Indicates if control is used on live site.
(Inherited from CMSWebControl.)
Public propertyRenderedHTML
Get or set rendered HTML code.
Public propertyRenderLinks
If true, the tab renders the link as well as the javascript
Public propertyRenderLinkTitle
Render the link title attribute?
Public propertyScrollPanelCss
Gets or sets the CSS style used for the scroll panel wrapper tag.
Public propertySelectedTab
Index of the selected tab.
Public propertySelectFirstItemByDefault
If is set true, first item will be selected by default if is not some other item selected
Public propertyShortID
Short ID of the control.
(Inherited from CMSWebControl.)
Public propertyTabControlIdPrefix
Tab control ID prefix
Public propertyTabControlLayout
Horizontal or vertical layout.
Public propertyTabItems
Collection of tabs.
Protected propertyTabItemsInternal
Internal collection of tabs (built either from Tabs or TabItems).
Public propertyUrlTarget
If URL for tab items is set, this property specifies target frame for all URLs.
Public propertyUseClientScript
Indicates if client script should be generated for each tab.
Public propertyUseIFrame
If true, target frame is not in parent frames but iframe
Public propertyUsePostback
Indicates if postback is fired when tab is clicked.
Public propertyZeroRowsText
Text to be shown when the control is hidden by HideControlForZeroRows.
Top
See Also