Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public enum MessageLoopType
Members
  Member nameDescription
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