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



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1JumpLink Class : ApplicationPath Property
Gets or sets the path to the application.
Syntax
<C1CategoryAttribute("動作")>
<C1DescriptionAttribute("Specifies the path to the application.")>
<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()>
Public Property ApplicationPath As String
Dim instance As C1JumpLink
Dim value As String
 
instance.ApplicationPath = value
 
value = instance.ApplicationPath
[C1Category("動作")]
[C1Description("Specifies the path to the application.")]
[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()]
public string ApplicationPath {get; set;}
[C1Category("動作")]
[C1Description("Specifies the path to the application.")]
[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()]
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 links for executables other than itself.
See Also

Reference

C1JumpLink Class
C1JumpLink Members