The following tables list the members exposed by TabManager.
Name | Description | |
---|---|---|
![]() | TabManager Constructor | Constructor |
Name | Description | |
---|---|---|
![]() | MaxTabWidthDefault | The default value for the MaxTabWidth setting |
![]() | MinTabWidthDefault | The default value for the MinTabWidth setting |
![]() | ScrollArrowStyleDefault | The default value for the ScrollArrowStyle setting |
![]() | ScrollTrackExtentDefault | The default value for the ScrollTrackExtent setting |
![]() | TabHeightDefault | The default value for the TabHeight setting |
![]() | TabWidthDefault | The default value for the TabWidth setting |
Name | Description | |
---|---|---|
![]() | tagValue | (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
![]() | Disposed | (Inherited from Infragistics.Shared.DisposableObject) |
![]() | FirstDisplayedTabItem | Returns/sets the first tab the is currently visible. |
![]() | FirstSelectableTabItem | Returns the first ITabItem object in the collection whose ITabItem.Visible and ITabItem.Enabled properties are both true. |
![]() | FirstVisibleTabItem | Returns the first ITabItem object in the collection whose ITabItem.Visible property is true. |
![]() | HotTrackTabItem | Returns the current hot tracked tab. |
![]() | InterTabSpacingResolved | Returns the resolved amount of space between tabs |
![]() | IsDragging | Indicates if a drag operation is in progress |
![]() | LastSelectableTabItem | Returns the last ITabItem object in the collection whose ITabItem.Visible and ITabItem.Enabled properties are both true. |
![]() | LastVisibleTabItem | Returns the last ITabItem object in the collection whose ITabItem.Visible property is true. |
![]() | MultiRowSelectionStyleResolved | Returns the resolved multi row selection style. |
![]() | RightToLeft | Gets whether the tabs are rendered RightToLeft |
![]() | ScrollArrowStyleResolved | Returns the style of scroll buttons displayed |
![]() | ScrollButtonAreaSize | Returns the size of the scroll button area. |
![]() | ScrollButtonStyleResolved | Returns the resolved border style for scroll arrow and close button. |
![]() | ScrollButtonTypesResolved | Returns the resolved value indicating which scroll buttons to display. |
![]() | SelectedTabItem | Returns/sets the currently selected Tab. |
![]() | SpaceAfterTabsResolved | Gets the resolved minimum distance between the edge of the control and the last tab. |
![]() | SpaceBeforeTabsResolved | Gets the resolved distance between the edge of the control and the first tab. |
![]() | TabAreaSize | Returns the size of the tab area. |
![]() | TabButtonStyleResolved | Returns the resolved border style for button style tabs. |
![]() | TabOrientationResolved | Returns the resolved orientation for the tabs |
![]() | TabPageBorderStyle | Returns the border style for the tab page area (based on the ITabProvider.Style setting. |
![]() | TabRowCount | Returns the number of tab rows |
![]() | TabRowHeight | Returns the height of a row of tabs |
![]() | Tag | (Inherited from Infragistics.Shared.SubObjectBase) |
![]() | TextOrientationResolved | Returns the resolved orientation of the tab text. |
![]() | TouchMetricsEnabled | Gets whether touch metrics are enabled. |
![]() | VisibleTabRowCount | Returns the number of tab rows that are actually visible |
Name | Description | |
---|---|---|
![]() | CloseButtonLocation | Determines where the close button(s) will be shown when the ITabProvider.ShowCloseButton returns true. |
![]() | ComponentRole | Returns the Infragistics.Win.AppStyling.ComponentRole associated with the tab area. |
![]() | DefaultSelectedTabItem | Returns the ITabItem to select when SelectedTabItem is null. |
![]() | MaximumSizeToFitAdjustment | Returns the amount of extra padding to be put on the sides of the tab item when using a SingleRowSizeToFit or MultiRowSizeToFit tab layout style. |
![]() | SubObjectPropChangeHandler | (Inherited from Infragistics.Shared.SubObjectBase) |
![]() | TabItemSeparatorColor | Returns the color used to draw the tab item separator. |
![]() | TabItemSeparatorColor2 | Returns the secondary color used to draw the tab item separator. |
![]() | TabListContextMenuStyle | Returns the Menu Style tab list context menu. Should be overriden in derived class. |
![]() | TextRenderingMode | Returns the text rendering mode for the tab items. |
![]() | UsesTabGroups | Gets the value indicating whether the tab manager uses tab groups. |
Name | Description | |
---|---|---|
![]() | CancelDrag | Invoked when the drag operation has been ended so resources may be cleaned up |
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) |
![]() | CreateTabAreaUIElement | Creates a new instance of the UIElement for the tab area. |
![]() | Dirty | Notifies the manager that some state has changed. |
![]() | DirtyFont | Notifies the manager that the base font information has changed. |
![]() | DirtyTabItem | Notifies the manager that a tab item's state has changed. |
![]() | Dispose | (Inherited from Infragistics.Shared.DisposableObject) |
![]() | EnsureTabItemInView | Scrolls the tab item into view. |
![]() | GetCorrespondingTabItemOnNextPage | Overloaded. Returns a corresponding ITabItem object in the next page of tabs whose ITabItem.Visible and ITabItem.Enabled properties are both true. |
![]() | GetCorrespondingTabItemOnNextRow | Overloaded. Returns a corresponding ITabItem object in the next row whose ITabItem.Visible and ITabItem.Enabled properties are both true. |
![]() | GetCorrespondingTabItemOnPreviousPage | Overloaded. Returns a corresponding ITabItem object in the previous page of tabs whose ITabItem.Visible and ITabItem.Enabled properties are both true. |
![]() | GetCorrespondingTabItemOnPreviousRow | Overloaded. Returns a corresponding ITabItem object in the previous row whose ITabItem.Visible and ITabItem.Enabled properties are both true. |
![]() | GetFirstVisibleTabOnRow | Returns the first ITabItem object in the row whose ITabItem.Visible property is true. |
![]() | GetLastVisibleTabOnRow | Returns the last ITabItem object in the row whose ITabItem.Visible property is true. |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | GetNextSelectableTabItem | Overloaded. Returns the next ITabItem object in the collection whose ITabItem.Visible and ITabItem.Enabled properties are both true. |
![]() | GetNextVisibleTabItem | Overloaded. Returns the next ITabItem object in the collection whose ITabItem.Visible property is true. |
![]() | GetNextVisibleTabItemInRow | Returns the next ITabItem object in the same row whose ITabItem.Visible property is true. |
![]() | GetPositionInRow | Gets the tab's visible position within its row. |
![]() | GetPreviousSelectableTabItem | Overloaded. Returns the previous ITabItem object in the collection whose ITabItem.Visible and ITabItem.Enabled properties are both true. |
![]() | GetPreviousVisibleTabItem | Overloaded. Returns the previous ITabItem object in the collection whose ITabItem.Visible property is true. |
![]() | GetPreviousVisibleTabItemInRow | Returns the previous ITabItem object in the same row whose ITabItem.Visible property is true. |
![]() | GetRequiredExtent | Returns the amount of space needed to show the tabs. |
![]() | GetRequiredSize | Returns the size that the element would need to be to display all the items. |
![]() | GetTabItemAtPosition | Overloaded. Returns a tab at the specified visible position. |
![]() | GetTabItemRowNumber | Returns the row number of the tab. |
![]() | GetTabItemSize | Returns the display size of the tab item. |
![]() | GetTabItemState | Returns the state of the tab item |
![]() | GetUIElement | Returns the UIElement associated with the specified tab item |
![]() | HitTest | Checks the specified client location |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | InvalidateTabItem | Invalidates a tab item. |
![]() | IsTabItemInView | Determines if a tab item is currently in view. |
![]() | MoveTabItem | Moves a tab's visible position. |
![]() | NotifyPropChange | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) |
![]() | ScrollTabs | Performs a scrolling operation |
![]() | ShouldSerializeTag | (Inherited from Infragistics.Shared.SubObjectBase) |
![]() | TabElementFromPoint | Returns the Infragistics.Win.UIElement representing a tab at the specified location. |
![]() ![]() | TranslateAlignment | Adjusts the specified horizontal and vertical alignments based on how the items is rotated. |
![]() | VerifyNotDisposed | (Inherited from Infragistics.Shared.DisposableObject) |
Name | Description | |
---|---|---|
![]() | CreateDragManager | Invoked when a TabDragManager must be created to manage a drag operation |
![]() | CreateNewTabAreaElement | Creates a new instance of the UIElement for the tab area. |
![]() | CreateScrollBarInfo | Invoked when a Infragistics.Win.UltraWinScrollBar.ScrollBarInfo object is needed. |
![]() | DeserializeTag | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) |
![]() | DrawPropertyTab | Renders a property page style tab. |
![]() | DrawVisualStudio2005Tab | Overloaded. Renders a VisualStudio2005 style tab. |
![]() | GetCloseButtonAlignment | Returns a value indicating whether a tab item's close button is visible in the tab. |
![]() | GetCloseButtonVisibility | Returns a value indicating whether a tab item's close button is visible in the tab. |
![]() | GetGroupId | Get the group ID associated with the specified tab item. |
![]() | GetGroupPreferredExtent | Gets the preferred extent of the group associated with the specified group ID. |
![]() | GetTabAreaUIElement | Gets the instance of the UIElement for the tab area. |
![]() | GetTabListItemImage | Returns the image for the specified tab |
![]() | InitializeTag | (Inherited from Infragistics.Shared.SubObjectBase) |
![]() | IsPriorityTab | Indicates if the tab item should be given a higher priority. |
![]() | MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) |
![]() | OnDispose | Overridden. called when the object is disposed. |
![]() | OnObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) |
![]() | OnSubObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) |
![]() | ResetTag | (Inherited from Infragistics.Shared.SubObjectBase) |
![]() | ResolveScrollBarAppearance | Invoked when the appearance for the scroll bar should be resolved. |
![]() | ResolveScrollThumbAppearance | Invoked when the appearance for the scroll thumb should be resolved. |
![]() | ResolveScrollTrackAppearance | Invoked when the appearance for the scroll track should be resolved. |
![]() | SerializeTag | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) |
![]() | VerifyAllItemsInView | Verifies all currently displayed items. |
![]() | VerifyMetrics | Recalculates metrics if necessary. |
Name | Description | |
---|---|---|
![]() | SelectedTabItemChanged | Occurs after the SelectedTabItem has changed. |
![]() | SelectedTabItemChanging | Occurs before the SelectedTabItem is changed. |
![]() | SubObjectDisposed | (Inherited from Infragistics.Shared.SubObjectBase) |
![]() | SubObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) |
![]() | TabItemMoved | Occurs after a tab has been moved. |
![]() | TabItemMoving | Occurs before a tab is moved. |
![]() | TabScrolled | Occurs after tabs are scrolled. |
![]() | TabScrolling | Occurs before tabs are scrolled. |