Version

UnderlyingToolbar Property (UltraToolbarBase)

Gets the MDI child toolbar that underlies this toolbar.
Syntax
'Declaration
 
Public Overridable ReadOnly Property UnderlyingToolbar As UltraToolbar
public virtual UltraToolbar UnderlyingToolbar {get;}

Property Value

The MDI child toolbar that underlies this toolbar.
Remarks

Note: This property only applies to the UltraToolbar and will return null for all other toolbars.

When an MDI merge occurs, a toolbar from the child will be merged into a toolbar on the parent if they have the same key or both have IsMainMenuBar set to True. In this case, the toolbar on the parent will return the toolbar on the child from its UnderlyingToolbar 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