Version

UltraTab Class Properties

For a list of all members of this type, see UltraTab members.

Public Properties
 NameDescription
Public PropertyAccessibilityObjectReturns the accessible object representing the tab.  
Public PropertyActiveProperty that gets/sets whether this tab is the UltraTabControlBase.ActiveTab.  
Public PropertyActiveAppearanceReturns/sets the default appearance for this tab when it is selected.  
Public PropertyAllowClosingGets or sets the value indicating whether the tab can be closed.  
Public PropertyAllowMovingReturns/sets whether the user can drag tabs around at runtime.  
Public PropertyAppearanceReturns/sets the default appearance for this tab.  
Public PropertyClientAreaAppearanceReturns/sets the appearance of the client area (not including the tab header area) when this tab is selected.  
Public PropertyCloseButtonAlignmentGets or sets the alignment of the close button within the tab.  
Public PropertyCloseButtonAlignmentResolvedGets the resolved value of CloseButtonAlignment.  
Public PropertyCloseButtonVisibilityGets or sets the visibility of the close button within the tab.  
Public PropertyCloseButtonVisibilityResolvedGets the resolved value of CloseButtonVisibility.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEnabledDetermines if this tab is enabled at runtime.  
Public PropertyExcludedSharedControlsRead-only property that returns the collection of shared controls that will not appear on this tab of the UltraTabControl.  
Public PropertyFixedWidthReturns/sets the fixed logical width of the tab.  
Public PropertyHasActiveAppearanceRead-only property that returns true if an ActiveAppearance object has been assigned to the control.  
Public PropertyHasAppearanceRead-only property that returns true if an Appearance object has been assigned to the control.  
Public PropertyHasClientAreaAppearanceRead-only property that returns true if an ClientAreaAppearance object has been assigned to the control.  
Public PropertyHasExcludedSharedControlsReturns true if the ExcludedSharedControls collection has been allocated and has at least one control.  
Public PropertyHasHotTrackAppearanceRead-only property that returns true if an HotTrackAppearance object has been assigned to the control.  
Public PropertyHasHotTrackSelectedAppearanceRead-only property that returns true if an HotTrackSelectedAppearance object has been assigned to the control.  
Public PropertyHasSelectedAppearanceRead-only property that returns true if an SelectedAppearance object has been assigned to the control.  
Public PropertyHotTrackAppearanceReturns/sets the default appearance for this tab when it is hot tracked.  
Public PropertyHotTrackSelectedAppearanceReturns/sets the default appearance for this tab when it is hot tracked and selected.  
Public PropertyIndexRead-only property that returns the index of the tab within the UltraTabControlBase.Tabs collection.  
Public PropertyIsHotTrackedReturns whether this tab is currently the UltraTabControlBase.HotTrackedTab.  
Public PropertyIsInViewReturns whether this tab is currently in view.  
Public PropertyKeyOverridden. Returns or sets a value that uniquely identifies the tab in the collection.  
Public PropertyNotificationBadgeSettingsGets or set the NotificationBadgeSettings for the tab.  
Public PropertyNotificationBadgeTextGets or sets the text that specifies the notification badge text.  
Public PropertyRowNumberRead-only property that returns the 1-based row number of of the row the tab is on.  
Public PropertySelectedProperty that gets/sets whether this tab is the UltraTabControlBase.SelectedTab.  
Public PropertySelectedAppearanceReturns/sets the default appearance for this tab when it is selected.  
Public PropertyTabControlRead-only property that returns the UltraTabControlBase derived control.  
Public PropertyTabPageReturns the associated UltraTabPageControl.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTextReturns/sets the caption text for the tab.  
Public PropertyToolTipTextReturns/sets the text to display in a tooltip window when the mouse hovers over the tab.  
Public PropertyVisibleDetermines if this tab is visible at runtime.  
Public PropertyVisibleIndexReturns/sets the index of the tab within the UltraTabControlBase.VisibleTabs collection.  
Protected Properties
 NameDescription
Protected PropertyKeyLowercaseInterned (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected PropertyPrimaryCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also