Version

RenderUpLevelToolBar Class

Offers an implementation of ToolBarRendererBase specialized for uplevel browsers.
Syntax
'Declaration
 
Public Class RenderUpLevelToolBar 
   Inherits ToolBarRendererBase
public class RenderUpLevelToolBar : ToolBarRendererBase 
Remarks

The UltraWebToolbar uses it's renderer to produce an HTML representation of the horizontal button bar. Developers do not need to make direct calls to this type themselves.

There is no mechanism provided for developers to plug-in their own extension of RenderUpLevelToolBar, therefore inheriting from this type is not recommended. It is unsealed to allow other Infragistics assemblies to provide their own extensions, if such functionality is required in the future.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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