Version

ExplorerBar Property (UltraExplorerBarSettingsBase)

Returns the UltraExplorerBar control associated with this UltraExplorerBarSettingsBase object.
Syntax
'Declaration
 
Public ReadOnly Property ExplorerBar As UltraExplorerBar
public UltraExplorerBar ExplorerBar {get;}
Remarks

If this UltraExplorerBarSettingsBase object is owned by an UltraExplorerBar control, that control is returned. If this UltraExplorerBarSettingsBase object is owned by an UltraExplorerBarGroup object, that group's Control is returned. If this UltraExplorerBarSettingsBase object is owned by an UltraExplorerBarItem object, and that UltraExplorerBarItem object's Group property is non-null, the Group's UltraExplorerBarGroup.ExplorerBar is returned.

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