Class | Description | |
---|---|---|
AsyncOptions | Options related to hidden asynchronous post back of tabs which ContentPanes contain child controls. | |
ClientSideEvents | Object that keeps the list of names for event function handlers used by JavaScript on client side. | |
ContentPane | The ContentPane object handles context displayed in the UltraWebTab when a particular Tab object is selected. | |
MoreTabs | Container of images that appear on a more-tabs button and their locations. | |
RenderProps | ||
RoundedImage | Container of properties that define rounded shape for UltraWebTab tabs. | |
ScrollButton | Container of images and text that appear on a scroll button. | |
ScrollButtons | Container of properties that defines appearance and behavior of buttons used to scroll tabs. | |
Tab | The Tab object represents a selectable item in the Tab control that will change the contents displayed depending on the settings of the ContentPane object. | |
TabItem | Tab and TabSeparator class both inherit from this class and contains common properties. | |
Tabs | The Tabs collection holds all Tab and TabSeparator objects that will be displayed in the UltraWebTab control. | |
TabSeparator | TabSeparator object represents a space between items in the Tab control. | |
TagConverter | Summary description for TagConverter. | |
UltraWebTab | The web control that renders tabs and displays child controls or TargerUrl associated with the selected tab. In case of level browsers it is able to use javascript and navigate through tabs without post back to server. | |
WebTabEvent | WebTabEvent object is used to store event data. |
Delegate | Description | |
---|---|---|
TabClickEventHandler | Handler of events that are fired when selected tab was changed. |
Enumeration | Description | |
---|---|---|
AsyncMode | Disable or enable hidden asynchronous post back. | |
AsyncRequestContext | The options related to request while hidden asynchronous post back. | |
AsyncResponseContext | The options related to response while hidden asynchronous post back. | |
AsyncTabOption | The options related to hidden asynchronous post back for a particular Tab. | |
AsyncTriggers | The options related to actions that may trigger hidden asynchronous post back. | |
BrowserTarget | Specifies the target rendering for different browsers. | |
DisplayMode | The appearance of tabs such as SingleRow/MultiRow/Scrollable for tabs with top or bottom orientations. | |
OverflowType | The type of overflow child controls in ContentPane. | |
RoundedImageStyle | Specifies the style to render RoundedImage. Image can not be stretched and it is used as it is. While rendering, a tab is subdivided on 2-3 parts and every part is painted separately using different parts of provided image. | |
ScrollButtonsVisibility | The location of scrollbar buttons and "more-tabs" scrollbar buttons. | |
StylePreset | The style of preset. | |
TabOrientation | Used with the TabOrientation property of the UltraWebTab object. | |
TextOrientation | Specifies the alignment of text rendered in the tab objects. |