Application::MessageLoop Property
.NET Framework (current version)
Gets a value indicating whether a message loop exists on this thread.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
When hosting Windows Forms in other environments, such as unmanaged applications, this property will always return false. Use RegisterMessageLoop to instruct Windows Forms if the hosting environment still has an active message loop.
.NET Framework
Available since 1.1
Available since 1.1
Show: