Version

MdiParent Property

Returns or sets the System.Windows.Forms.Form whose mdi child forms are managed by the UltraTabbedMdiManager.
Syntax
'Declaration
 
Public Property MdiParent As Form
public Form MdiParent {get; set;}
Remarks

The MdiParent is the System.Windows.Forms.Form whose System.Windows.Forms.Form.MdiChildren will be managed by the UltraTabbedMdiManager. As mdi child forms are created, MdiTab objects are created for each form. The MdiTab for a specific Form may be obtained using the TabFromForm method.

Note: Setting the property to null (Nothing in VB) will unhook the UltraTabbedMdiManager from the Form and release all MdiTab objects and TabGroups. To temporarily disable the mdi interface, use the Infragistics.Win.UltraComponentControlManagerBase.Enabled property.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UltraTabbedMdiManager Class
UltraTabbedMdiManager Members
Infragistics.Win.UltraComponentControlManagerBase.Enabled
TabGroups Property