Environment::UserInteractive Property
.NET Framework (current version)
Gets a value indicating whether the current process is running in user interactive mode.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System::Booleantrue if the current process is running in user interactive mode; otherwise, false.
The UserInteractive property reports false for a Windows process or a service like IIS that runs without a user interface. If this property is false, do not display modal dialogs or message boxes because there is no graphical user interface for the user to interact with.
The following example displays whether the current process is running in user interactive mode.
.NET Framework
Available since 1.1
Available since 1.1
Show: