ComponentOne Windows 7 Control Pack for WinForms
Title Property (C1JumpTask)



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1JumpTask Class : Title Property
Gets or sets the text displayed for the task in the Jump List.
Syntax
<C1DescriptionAttribute("Text displayed for the task in the Jump List.")>
<DefaultValueAttribute()>
<LocalizableAttribute(True)>
<C1CategoryAttribute("表示")>
Public Property Title As String
Dim instance As C1JumpTask
Dim value As String
 
instance.Title = value
 
value = instance.Title
[C1Description("Text displayed for the task in the Jump List.")]
[DefaultValue()]
[Localizable(true)]
[C1Category("表示")]
public string Title {get; set;}
[C1Description("Text displayed for the task in the Jump List.")]
[DefaultValue()]
[Localizable(true)]
[C1Category("表示")]
public:
property String^ Title {
   String^ get();
   void set (    String^ value);
}
Remarks
You can visually separate items in a Jump List by creating a C1JumpTask that does not have a Title specified. This empty C1JumpTask will be displayed as a horizontal line in the Jump List. In this case, other properties can be set, but they will not have any effect.
See Also

Reference

C1JumpTask Class
C1JumpTask Members