Title Property (C1JumpTask)
In This Topic
Gets or sets the text displayed for the task in the Jump List.
Syntax
'Declaration
<DefaultValueAttribute("")>
<LocalizableAttribute(True)>
<C1DescriptionAttribute("C1JumpTask.Title", "Text displayed for the task in the Jump List.")>
<C1CategoryAttribute("Appearance")>
Public Property Title As String
[DefaultValue("")]
[Localizable(true)]
[C1Description("C1JumpTask.Title", "Text displayed for the task in the Jump List.")]
[C1Category("Appearance")]
public string Title {get; set;}
See Also