ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1JumpLink Class / WorkingDirectory Property

In This Topic
    WorkingDirectory Property (C1JumpLink)
    In This Topic
    Gets or sets the working directory of the application on startup.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1JumpLink.WorkingDirectory", "The working directory of the application on startup.")>
    <EditorAttribute(C1.Win.C1Win7Pack.Design.FolderPathEditor, System.Drawing.Design.UITypeEditor)>
    <DefaultValueAttribute("")>
    <C1CategoryAttribute("Behavior")>
    Public Property WorkingDirectory As String
    [C1Description("C1JumpLink.WorkingDirectory", "The working directory of the application on startup.")]
    [Editor(C1.Win.C1Win7Pack.Design.FolderPathEditor, System.Drawing.Design.UITypeEditor)]
    [DefaultValue("")]
    [C1Category("Behavior")]
    public string WorkingDirectory {get; set;}
    See Also