Link.ShellExecPath Property
Gets or sets the string to pass to ShellExecute when launching.
Namespace: Microsoft.WindowsServerSolutions.Common.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public string ShellExecPath { get; set; }
public:
property String^ ShellExecPath {
String^ get();
void set(String^ value);
}
Public Property ShellExecPath As String
Property Value
Type: System.String
See Also
Link(String, String, String, String, String, ImageList, Guid)
Link.ArgumentFormatString
Link Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace
Return to top