In This Topic
Gets or sets the path to the file to be included in the Jump List.
Syntax
'Declaration
<DefaultValueAttribute("")>
<C1CategoryAttribute("Behavior")>
<C1DescriptionAttribute("C1JumpPath.Path", "Specifies the path to the file to be included in the Jump List.")>
<EditorAttribute(C1.Win.C1Win7Pack.Design.FilePathEditor, System.Drawing.Design.UITypeEditor)>
Public Property Path As String
[DefaultValue("")]
[C1Category("Behavior")]
[C1Description("C1JumpPath.Path", "Specifies the path to the file to be included in the Jump List.")]
[Editor(C1.Win.C1Win7Pack.Design.FilePathEditor, System.Drawing.Design.UITypeEditor)]
public string Path {get; set;}
See Also