Version

MdiTab Class Properties

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

Public Properties
 NameDescription
Public PropertyAccessibilityObjectReturns the accessible object representing the tab.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyFormReturns the associated Form  
Public PropertyHasSettingsIndicates whether an MdiTabSettings object has been created.  
Public PropertyIndexReturns the index of the MdiTab in its parent collection.  
Public PropertyIsCustomTabIndicates if the form implements Infragistics.Win.UltraWinTabs.ICustomMdiTab  
Public PropertyIsFormActiveReturns true if the MdiTab is associated with the active form  
Public PropertyIsFormEnabledReturns true if the associated Form is enabled.  
Public PropertyIsFormVisibleReturns true if the associated Form is visible.  
Public PropertyIsSelectedReturns true if the tab is the currently selected tab in the associated TabGroup.  
Public PropertyKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public PropertyManagerReturns the owning UltraTabbedMdiManager  
Public PropertyPersistedInfoReturns or sets additional information to persist when the MdiTab object is persisted.  
Public PropertySettingsReturns an MdiTabSettings instance used to control the settings for this MdiTab  
Public PropertySettingsResolvedReturns an object providing the resolved values for the Settings property.  
Public PropertyTabGroupReturns the owning MdiTabGroup or null (Nothing in VB), if the tab is not associated with a particular MdiTabGroup.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTextReturns or sets the caption for the tab. If set to null, the forms caption is displayed.  
Public PropertyTextResolvedReturns the text to display in the tab.  
Public PropertyToolTipReturns or sets the tooltip text associated with the tab.  
Public PropertyToolTipResolvedReturns the resolved tooltip used for the tab.  
Public PropertyUIElementReturns the Infragistics.Win.UIElement representing the tab or null if the element is not displayed.  
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