Version

Tab Class Members

The following tables list the members exposed by Tab.

Public Constructors
 NameDescription
Public ConstructorTab ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyAccessKeyThe keyboard shortcut to select this tab.  
Public PropertyAsyncOptionCustom behavior when AsyncMode of UltraWebTab is enabled.  
Public PropertyContentPaneReturns or sets the ContentPane object to be displayed when the tab is selected.  
Public PropertyContentTemplateThe template property used to fill children of ContentPane at design time.  
Public PropertyDefaultImageThe name of the file that contains the image displayed to the left side of the text. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebTab.TabItem)
Public PropertyDisabledImageThe name of the file that contains the image displayed to the left side of the text when the tab is disabled.  
Public PropertyDisabledStyleStyle object used to paint a tab when it is disabled.  
Public PropertyEnabledWhether the tab can be selected at run time.  
Public PropertyHoverImageThe name of the file that contains the image displayed to the left side of the text when the mouse is moved over the tab.  
Public PropertyHoverStyleStyle object used to paint the tab when the mouse is over it.  
Public PropertyImageAlignAlignment of image relative to text. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebTab.TabItem)
Public PropertyKeyThe key string used to access this item in the Tabs collection. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebTab.TabItem)
Public PropertyNextRowFlag to move this TabItem and all following items in the Tabs collection to the next row. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebTab.TabItem)
Public PropertyOwnerGet a reference to the UltraWebTab which owns this item. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebTab.TabItem)
Public PropertySelectedImageThe name of the file that contains the image displayed to the left side of the text when the tab is selected.  
Public PropertySelectedStyleStyle object used to paint this tab when it is selected.  
Public PropertyStyleStyle object used to paint TabSeparator or Tab when it is in normal state (enabled, not selected and has no mouse). (Inherited from Infragistics.WebUI.WebSchedule.UltraWebTab.TabItem)
Public PropertyTagAn object to be associated with a Tab or TabSeparator object. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebTab.TabItem)
Public PropertyTextString of text that is displayed by the object. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebTab.TabItem)
Public PropertyTooltipThe text for tooltip.  
Public PropertyVisibleShow or hide this tab item. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebTab.TabItem)
Public Methods
 NameDescription
Public MethodFindControlGet a reference to a child aspx-control located within the ContentPane of this tab by its id.  
Public MethodLoadViewStateOverridden. Load properties from view state.  
Public MethodSaveViewStateOverridden. Build object to be saved in view state.  
Public MethodSetDirtyOverridden. Enable TrackViewState and set dirty ViewState.  
Public MethodToStringReturns a string representation of a TabItem object. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebTab.TabItem)
Public MethodTrackViewStateOverridden. Notify objects about tracking view state.  
See Also