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;}
See Also