Gets or sets the string to execute on click. Can be a file, application, or url.
Namespace: System.Extensions.Windows.FormsAssembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)
Syntax
C# |
---|
public string ProcessStart { get; set; } |
Visual Basic |
---|
Public Property ProcessStart As String Get Set |
Visual C++ |
---|
public: property String^ ProcessStart { String^ get (); void set (String^ value); } |
F# |
---|
member ProcessStart : string with get, set |