Version

TBObject Class

Abstract base class for all Toolbar items, except TBCustom.
Syntax
'Declaration
 
Public MustInherit Class TBObject 
   Inherits KeyedObjectBase
   Implements IKeyedObject 
public abstract class TBObject : KeyedObjectBase, IKeyedObject  
Remarks

Developers can add one or more instances of TBObject's subclasses either at design-time (where they are serialized into the underlying web form), or at run-time, by adding them to the polymorphic UltraWebToolbar.Items container collection. There are subclasses that satisfy many requirements of the kinds of tools commonly present through toolbar user interfaces.

UltraWebToolbar elements may also contain custom web controls that derive from the System.Web.UI.Control class. However, these must be hosted within a TBCustom wrapper, which is not a subclass of TBObject.

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