Gets or sets the status text that will be shown as tip in the right top corner of the launch pad item.

Namespace:  C1.Web.iPhone.C1LaunchPad
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public string StatusText { get; set; }
Visual Basic
Public Property StatusText As String
	Get
	Set

Field Value

The status text that will be shown as tip in the right top corner of the launch pad item.

See Also