StartupNextInstanceEventArgs::BringToForeground Property
.NET Framework (current version)
Indicates whether the first application instance should be brought to the foreground upon exiting the exception handler.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
The Visual Basic Application Model checks the value of this property after running the handlers of the StartupNextInstance event. If the BringToForeground property is True, the first application instance is brought to the foreground. Otherwise, the first application instance remains where it was. For more information, see Overview of the Visual Basic Application Model.
.NET Framework
Available since 2.0
Available since 2.0
Show: