MessageLoopType Enumeration |
Indicates the type of message loop in use by the application.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum MessageLoopType
Public Enumeration MessageLoopType
public enum class MessageLoopType
Members
| Member name | Description |
---|
| AutoDetect |
The type of message loop will be automatically detected, if possible.
|
| WindowsForms |
A Windows Forms message loop, created with a call to
System.Windows.Forms.Application.Run,
is in use by the application.
|
| WindowsPresentationFoundation |
A Windows Presentation Foundation (WPF) message loop, created automatically from XAML or with an
explicit call to System.Windows.Application.Run,
is in use by the application.
|
See Also