Version

Add(TBObject) Method

Adds an UltraWebToolbar item having base type of TBObject, to this collection.
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal tbo As TBObject _
) 
public void Add( 
   TBObject tbo
)

Parameters

tbo
Any TBObject or object derived from the TBObject class.
Remarks

Developers should use this method to add new instances of TBarButton, TBButtonGroup, TBTextBox, TBLabel or TBSeparator to the Items collection. All newly added Toolbar items appear at the right end of the UltraWebToolbar element.

Use the Insert(Int32,TBObject) method to insert a new instance of TBObject before (to the left of) other Toolbar items.

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