Version

TBLabel Class

The TBLabel is a static text or image object that can be rendered within the UltraWebToolbar.
Syntax
'Declaration
 
Public Class TBLabel 
   Inherits TBFocusable
   Implements IKeyedObject 
public class TBLabel : TBFocusable, IKeyedObject  
Remarks

The TBLabel provides developers with the ability to place literal text or a static image within the UltraWebToolbar element. Some of its uses include creating horizontal space (although, see also TBSeparator), displaying an image, or providing supplemental information to the end user on the state of some operation.

Because it is designed to be static and lightweight, TBLabel only exposes a DefaultStyle. It does not react to mouse-over or button click events. In applications requiring a more dynamic visual presentation than TBLabel can provide, consider using the TBarButton with it's Text property, but handle its click event by ignoring it to make it behave passively.

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