Version

Infragistics.Win.UltraWinTabControl Namespace

Classes
 ClassDescription
ClassActiveTabChangedEventArgs Event parameters used for the UltraTabControlBase.ActiveTabChanged event.
ClassActiveTabChangingEventArgs Event parameters used for the UltraTabControlBase.ActiveTabChanging event.
ClassCancelableTabEventArgs Event parameters used for cancelable events that pass in an UltraTab as an argument.
ClassNotePageEarMarkUIElement This element is used with UltraTabControlBase.Styles NotePage and NotePageFlat to display earmark images that are used to select the previous or next tab.
ClassPerformedActionEventArgs Event parameters used for the UltraTabControlBase.PerformedAction event.
ClassPerformingActionEventArgs Event parameters used for the UltraTabControlBase.PerformingAction event.
ClassResources Exposes a Infragistics.Shared.ResourceCustomizer instance for this assembly.
ClassSelectedTabChangedEventArgs Event parameters used for the UltraTabControlBase.SelectedTabChanged event.
ClassSelectedTabChangingEventArgs Event parameters used for the UltraTabControlBase.SelectedTabChanging event.
ClassSharedControlsCollection Collection of the controls that are shared across tabs.
ClassSharedControlsCollection.SharedControlsEnumerator Enumerator for the SharedControlsCollection
ClassTabClosedEventArgs Event parameters used for the UltraTabControlBase.TabClosed event.
ClassTabClosingEventArgs Event parameters used for the UltraTabControlBase.TabClosing event.
ClassTabDataInitializedEventArgs Event parameters used for the UltraTabStripControl.TabDataInitialized event.
ClassTabEventArgs Event parameters used for non-cancelable events that pass in an UltraTab as an argument.
ClassTabHeaderAreaUIElement The element that contains all of the tabs.
ClassTabMovedEventArgs Event parameters used for the UltraTabControlBase.TabMoved event.
ClassTabMovingEventArgs Event parameters used for the UltraTabControlBase.TabMoving event.
ClassTabPageAreaUIElement The element that represents the area outside of the tabs.
ClassTabPageNumberUIElement This element is used with UltraTabControlBase.Styles NotePage, NotePageFlat and Wizard to display the page number in the format 'x of x'.
ClassTabPageResizedEventArgs Event parameters used for the UltraTabControlBase.TabPageResized event.
ClassUltraTab The object that represents a specific tab in an UltraTabControl or UltraTabStripControl. It exposes properties and methods relating to that specific tab.
ClassUltraTab.UltraTabTypeConverter TypeConverter for an UltraTab object.
ClassUltraTabControl Infragistics' UltraTabControl. This control is a functional superset of the TabControl provided by Microsoft.
ClassUltraTabControlBase Abstract base class for the UltraTabControl and UltraTabStripControl.
ClassUltraTabControlEventManager Class for managing an UltraToolbars's events. It maintains an enabled flag for each event as well as a nested 'in progress' count and it exposes events for firing each event.
ClassUltraTabControlKeyActionMapping An UltraTabControlKeyActionMapping is an object which determines how an UltraTabControlBase derived control responds to a specific key being pressed.
ClassUltraTabControlKeyActionMappingsCollection A Collection of KeyActionMappings that determines how the UltraTabControl or UltraTabStripControl responds to keyboard input.
ClassUltraTabControlKeyActionMappingsCollection.UltraTabControlKeyActionMappingEnumerator Returns a type safe enumerator for KeyActionMapping
ClassUltraTabControlUIElement The main element for an UltraTabControl or an UltraTabStripControl.
ClassUltraTabPageControl This control represents an UltraTab's UltraTab.TabPage.
ClassUltraTabPageControl.UltraTabPageControlUIAutomationStub  
ClassUltraTabsCollection The primary collection of UltraTab objects.
ClassUltraTabsCollection.TabEnumerator Enumerator for the UltraTabsCollection.
ClassUltraTabSharedControlsPage This control contains all of the controls that are shared between tabs.
ClassUltraTabStripControl Infragistics' UltraTabStripControl.
ClassUltraTabVisibleOrderSerializer Class used internally to serialize the visible order of tabs.
ClassVisibleTabsCollection A collection of UltraTab objects maintained in the order that they are displayed.
ClassVisibleTabsCollection.VisibleTabEnumerator Enumerator for the VisibleTabsCollection.
ClassWinTabAssemblyStyleInfo Class used by the app styling infrastructure that provides the role and component role defitions used by the assembly.
ClassWinTabRole Role class for the controls in the Infragistics.Win.Misc assembly (which this class is part of).
ClassWizardNavigationButtonUIElement This element is used at design time with UltraTabControlBase.StyleWizard to display a a button to navigate between tabs.
ClassWizardNavigationUIElement This element is used at design time with UltraTabControlBase.StyleWizard to display a UI to navigate between tabs.
Delegates
Enumerations
 EnumerationDescription
EnumerationNavigationStyle Determines whether tabs are selected automatically or simply activated as the user navigates between tabs using the keyboard.
EnumerationSortDirection Enumerator used to determine how tabs will be sorted in a data bound UltraTabStripControl.
EnumerationUltraTabControlAction Enumerates the possible actions that can be performed on an UltraTabControl and a UltraTabStripControl.
EnumerationUltraTabControlEventGroup Identifies a group of events
EnumerationUltraTabControlEventId Value that uniquely identifies each event.
EnumerationUltraTabControlPropertyId Values that uniquely identify each property.
EnumerationUltraTabControlStates Bit flags that describe the state of the control.
EnumerationUltraTabControlStyle Enumerator used to determine the UltraTabControlBase.Style of the tab control.
EnumerationViewStyle Determines the view style for the control.
See Also