Version

ActiveMdiChildManager Property

Returns or sets the UltraToolbarsManager for the active MDI child form or null if an MDI child form, with an UltraToolbarsManager, has not been activated.
Syntax
'Declaration
 
Public Property ActiveMdiChildManager As UltraToolbarsManager
public UltraToolbarsManager ActiveMdiChildManager {get; set;}
Remarks

When MdiMergeable is true for the mdi parent form and the active mdi child, the toolbars are merged. The MdiParentManager of the mdi child's UltraToolbarsManager will return the UltraToolbarsManager of the mdi parent form. The ActiveMdiChildManager of the mdi parent will return the UltraToolbarsManager of the active mdi child form.

The MdiParentManager can be considering the UltraToolbarsManager which will display the merged toolbars. The ActiveMdiChildManager is the UltraToolbarsManager whose tools and toolbars have been merged with the toolbar manager that is displaying the merged toolbars. These properties are automatically set when used in a mdi parent/child situation but they may also be used to manually merge the tools and toolbars of two UltraToolbarsManager components.

Note: In order to set the MdiParentManager or ActiveMdiChildManager, the MdiMergeable property of both must be set to false or an exception will be generated.

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