Version

Items Property (UltraWebToolbar)

The collection of items for this UltraWebToolbar. The Items collections can be made up of different object types depending on requirements. The most common type is the TBarButton. Other types include: TBButtonGroup, TBLabel, TBSeparator, TBTextBox and TBCustom. All types, with the exception of TBCustom, derive from a common base type: TBObject. The TBCustom type derives from System.Web.UI.Control in order to support child controls.

Syntax
'Declaration
 
Public ReadOnly Property Items As Items
public Items Items {get;}
Remarks

This collection is created when the UltraWebToolbar is created.

This property is read-only.

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