Version

UltraWebToolbar Constructor

Creates a default instance of the UltraWebToolbar element.
Syntax
'Declaration
 
Public Function New()
public UltraWebToolbar()
Remarks

Developers creating instances of the UltraWebToolbar dynamically must remember to assign a ID property value, and add the UltraWebToolbar to the Page.Controls collection. Failure to follow these steps may result in Javascript errors at run-time, or the UltraWebToolbar may not be called upon to render itself by the ASP.NET Framework.

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