Gets or sets the text that is used as the caption for the item. This text will be shown at the bottom 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 Text { get; set; }
Visual Basic
Public Property Text As String
	Get
	Set

Field Value

The text that is used as the caption for the item. This text will be shown at the bottom of the launch pad item.

See Also