ComponentOne Windows 7 Control Pack for WinForms
Path Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1JumpPath Class : Path Property
Gets or sets the path to the file to be included in the Jump List.
Syntax
<DefaultValueAttribute()>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.C1Win7Pack.Design.FilePathEditor, C1.Win.C1Win7Pack.4.Design, Version=4.0.20163.212")>
<C1DescriptionAttribute("Specifies the path to the file to be included in the Jump List.")>
<C1CategoryAttribute("動作")>
Public Property Path As String
Dim instance As C1JumpPath
Dim value As String
 
instance.Path = value
 
value = instance.Path
[DefaultValue()]
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.C1Win7Pack.Design.FilePathEditor, C1.Win.C1Win7Pack.4.Design, Version=4.0.20163.212")]
[C1Description("Specifies the path to the file to be included in the Jump List.")]
[C1Category("動作")]
public string Path {get; set;}
[DefaultValue()]
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.C1Win7Pack.Design.FilePathEditor, C1.Win.C1Win7Pack.4.Design, Version=4.0.20163.212")]
[C1Description("Specifies the path to the file to be included in the Jump List.")]
[C1Category("動作")]
public:
property String^ Path {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

C1JumpPath Class
C1JumpPath Members