ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1JumpPath Class / Path Property

In This Topic
    Path Property
    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