ComponentOne Windows 7 Control Pack for WinForms
ApplicationPath Property (C1JumpTask)



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1JumpTask Class : ApplicationPath Property
Gets or sets the path to the application.
Syntax
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.C1Win7Pack.Design.ProgramPathEditor, C1.Win.C1Win7Pack.4.Design, Version=4.0.20163.212")>
<DefaultValueAttribute()>
<C1DescriptionAttribute("Specifies the path to the application.")>
<C1CategoryAttribute("動作")>
Public Property ApplicationPath As String
Dim instance As C1JumpTask
Dim value As String
 
instance.ApplicationPath = value
 
value = instance.ApplicationPath
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.C1Win7Pack.Design.ProgramPathEditor, C1.Win.C1Win7Pack.4.Design, Version=4.0.20163.212")]
[DefaultValue()]
[C1Description("Specifies the path to the application.")]
[C1Category("動作")]
public string ApplicationPath {get; set;}
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.C1Win7Pack.Design.ProgramPathEditor, C1.Win.C1Win7Pack.4.Design, Version=4.0.20163.212")]
[DefaultValue()]
[C1Description("Specifies the path to the application.")]
[C1Category("動作")]
public:
property String^ ApplicationPath {
   String^ get();
   void set (    String^ value);
}
Remarks
If the ApplicationPath property is not specified, then the path of the current running process is implied. An application can contain tasks for executables other than itself.
See Also

Reference

C1JumpTask Class
C1JumpTask Members