Version

Items Constructor

Creates a new collection to store items for the specified UltraWebToolbar element.
Syntax
'Declaration
 
Public Function New( _
   ByVal tbar As UltraWebToolbar _
)
public Items( 
   UltraWebToolbar tbar
)

Parameters

tbar
An UltraWebToolbar element which is the owner of this collection.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThrown when the tbar is specified as null (Nothing in Visual Basic) because methods within this class must collaborate with the UltraWebToolbar to create and maintain the list of items.
Remarks

It is not necessary for developers to directly instantiate an Items collection, as one will be created automatically by the ASP.NET framework when the UltraWebToolbar element is loaded.

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