Version

TBLabel Constructor(String)

Creates a new label item with the specified initial text caption.
Syntax
'Declaration
 
Public Function New( _
   ByVal text As String _
)
public TBLabel( 
   string text
)

Parameters

text
The value to be used for this Label's Text.
Remarks

This constructor basically follows the same logic as the default constructor. It additionally sets the Text of this TBLabel to the specified caption text.

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