Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

StartupNextInstanceEventArgs::BringToForeground Property

 

Indicates whether the first application instance should be brought to the foreground upon exiting the exception handler.

Namespace:   Microsoft.VisualBasic.ApplicationServices
Assembly:  Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)

public:
property bool BringToForeground {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

A Boolean that indicates whether the first application instance should be brought to the foreground upon exiting the exception handler.

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
Return to top
Show:
© 2017 Microsoft