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

In This Topic
    ApplicationPath Property (C1JumpLink)
    In This Topic
    Gets or sets the path to the application.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute("")>
    <C1DescriptionAttribute("C1JumpLink.ApplicationPath", "Specifies the path to the application.")>
    <EditorAttribute(C1.Win.C1Win7Pack.Design.ProgramPathEditor, System.Drawing.Design.UITypeEditor)>
    <C1CategoryAttribute("Behavior")>
    Public Property ApplicationPath As String
    [DefaultValue("")]
    [C1Description("C1JumpLink.ApplicationPath", "Specifies the path to the application.")]
    [Editor(C1.Win.C1Win7Pack.Design.ProgramPathEditor, System.Drawing.Design.UITypeEditor)]
    [C1Category("Behavior")]
    public string ApplicationPath {get; set;}
    Remarks
    If the ApplicationPath property is not specified, then the path of the current running process is implied. An application can contain links for executables other than itself.
    See Also