ProcessStartInfo::ErrorDialog Property
.NET Framework (current version)
Gets or sets a value indicating whether an error dialog box is displayed to the user if the process cannot be started.
Assembly: System (in System.dll)
Property Value
Type: System::Booleantrue if an error dialog box should be displayed on the screen if the process cannot be started; otherwise, false. The default is false.
Note |
|---|
UseShellExecute must be true if you want to set ErrorDialog to true. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
