Version

LevelText Property

Gets/sets the text content displayed at this level.
Syntax
'Declaration
 
Public Property LevelText As String
public string LevelText {get; set;}
Remarks

Note: There can be substitution strings within LevelText, if there is a '%' followed a number then the number will be interpreted as a 1-based level number and that level's text will be used in the text displayed to the user. Also be aware that level numbers higher than this level will be substituted with a null string.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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