Version

TabManager Class Properties

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

Public Properties
 NameDescription
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyFirstDisplayedTabItemReturns/sets the first tab the is currently visible.  
Public PropertyFirstSelectableTabItemReturns the first ITabItem object in the collection whose ITabItem.Visible and ITabItem.Enabled properties are both true.  
Public PropertyFirstVisibleTabItemReturns the first ITabItem object in the collection whose ITabItem.Visible property is true.  
Public PropertyHotTrackTabItemReturns the current hot tracked tab.  
Public PropertyInterTabSpacingResolvedReturns the resolved amount of space between tabs  
Public PropertyIsDraggingIndicates if a drag operation is in progress  
Public PropertyLastSelectableTabItemReturns the last ITabItem object in the collection whose ITabItem.Visible and ITabItem.Enabled properties are both true.  
Public PropertyLastVisibleTabItemReturns the last ITabItem object in the collection whose ITabItem.Visible property is true.  
Public PropertyMultiRowSelectionStyleResolvedReturns the resolved multi row selection style.  
Public PropertyRightToLeftGets whether the tabs are rendered RightToLeft  
Public PropertyScrollArrowStyleResolvedReturns the style of scroll buttons displayed  
Public PropertyScrollButtonAreaSizeReturns the size of the scroll button area.  
Public PropertyScrollButtonStyleResolvedReturns the resolved border style for scroll arrow and close button.  
Public PropertyScrollButtonTypesResolvedReturns the resolved value indicating which scroll buttons to display.  
Public PropertySelectedTabItemReturns/sets the currently selected Tab.  
Public PropertySpaceAfterTabsResolvedGets the resolved minimum distance between the edge of the control and the last tab.  
Public PropertySpaceBeforeTabsResolvedGets the resolved distance between the edge of the control and the first tab.  
Public PropertyTabAreaSizeReturns the size of the tab area.  
Public PropertyTabButtonStyleResolvedReturns the resolved border style for button style tabs.  
Public PropertyTabOrientationResolvedReturns the resolved orientation for the tabs  
Public PropertyTabPageBorderStyleReturns the border style for the tab page area (based on the ITabProvider.Style setting.  
Public PropertyTabRowCountReturns the number of tab rows  
Public PropertyTabRowHeightReturns the height of a row of tabs  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTextOrientationResolvedReturns the resolved orientation of the tab text.  
Public PropertyTouchMetricsEnabledGets whether touch metrics are enabled.  
Public PropertyVisibleTabRowCountReturns the number of tab rows that are actually visible  
Protected Properties
 NameDescription
Protected PropertyCloseButtonLocationDetermines where the close button(s) will be shown when the ITabProvider.ShowCloseButton returns true.  
Protected PropertyComponentRoleReturns the Infragistics.Win.AppStyling.ComponentRole associated with the tab area.  
Protected PropertyDefaultSelectedTabItemReturns the ITabItem to select when SelectedTabItem is null.  
Protected PropertyMaximumSizeToFitAdjustmentReturns the amount of extra padding to be put on the sides of the tab item when using a SingleRowSizeToFit or MultiRowSizeToFit tab layout style.  
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Protected PropertyTabItemSeparatorColorReturns the color used to draw the tab item separator.  
Protected PropertyTabItemSeparatorColor2Returns the secondary color used to draw the tab item separator.  
Protected PropertyTabListContextMenuStyleReturns the Menu Style tab list context menu. Should be overriden in derived class.  
Protected PropertyTextRenderingModeReturns the text rendering mode for the tab items.  
Protected PropertyUsesTabGroupsGets the value indicating whether the tab manager uses tab groups.  
See Also