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



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1JumpLink Class : Title Property
Gets or sets the text displayed for the link in the Jump List.
Syntax
<DefaultValueAttribute()>
<LocalizableAttribute(True)>
<C1DescriptionAttribute("Text displayed for the link in the Jump List.")>
<C1CategoryAttribute("表示")>
Public Property Title As String
Dim instance As C1JumpLink
Dim value As String
 
instance.Title = value
 
value = instance.Title
[DefaultValue()]
[Localizable(true)]
[C1Description("Text displayed for the link in the Jump List.")]
[C1Category("表示")]
public string Title {get; set;}
[DefaultValue()]
[Localizable(true)]
[C1Description("Text displayed for the link in the Jump List.")]
[C1Category("表示")]
public:
property String^ Title {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

C1JumpLink Class
C1JumpLink Members