Version

MdiTabGroup Class Properties

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

Public Properties
 NameDescription
Public PropertyClientExtentReturns or sets the extent of the tabgroup not including the splitter width.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyExtentReturns or sets the extent of the tab group.  
Public PropertyFirstDisplayedTabReturns or sets the first displayed MdiTab  
Public PropertyHasSettingsIndicates whether an MdiTabGroupSettings object has been created.  
Public PropertyHasTabGroupsIndicates if the TabGroups collection has been created and contains at least one MdiTabGroup instance  
Public PropertyHasTabsIndicates if the Tabs collection has been created and contains at least one MdiTab instance  
Public PropertyHasTabSettingsIndicates whether an MdiTabSettings object has been created.  
Public PropertyIndexReturns the index of the MdiTabGroup in its parent collection.  
Public PropertyIsMaximizedIndicates if this group is currently maximized.  
Public PropertyKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public PropertyManagerReturns the owning UltraTabbedMdiManager  
Public PropertyParentReturns the containing MdiTabGroup or null if the group is owned by the Manager.  
Public PropertySelectedTabReturns or sets the currently selected MdiTab in the group  
Public PropertySettingsReturns an MdiTabGroupSettings instance used to control the appearance and behavior for this MdiTabGroup  
Public PropertySettingsResolvedReturns an object providing the resolved values for the Settings property.  
Public PropertyTabGroupOrientationReturns the System.Windows.Forms.Orientation indicating how the child TabGroups are arranged.  
Public PropertyTabGroupsReturns a collection of MdiTabGroup instances  
Public PropertyTabsReturns a read only collection of MdiTab instances contained by the tabgroup.  
Public PropertyTabSettingsReturns an MdiTabSettings instance used to control the tab appearance and behavior for the MdiTab objects contained within the MdiTabGroup  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
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