Version

RootTool Property

Gets the root ToolBase to which the SharedProps object is attached.
Syntax
'Declaration
 
Public ReadOnly Property RootTool As ToolBase
public ToolBase RootTool {get;}

Property Value

The root ToolBase to which the SharedProps object is attached.
Remarks

The root tool exists in the Tools collection of the UltraToolbarsManager and never on a toolbar or menu.

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