Version

Text Property (TabItem)

String of text that is displayed by the object.
Syntax
'Declaration
 
Public Property Text As String
public string Text {get; set;}
Remarks

If string contains the ' ' characters and the RoundedImages (FillStyle) are enabled, then to prevent possible increased height due to soft-line breaks, those characters should be replaced by the " ".

In order to ensure multi-lined text, the "<BR>" tag can be used.

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