Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

WinMessageType Enum

Contains values specifying the Text Notification type in a WinForms application.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public enum WinMessageType

Members

Name Description
Toast

The notification window type is Toast Notification (used only in Windows version 8 or greater).

Alert

The notification window type is Alert Window.

Flyout

The notification window type is Flyout Dialog.

Remarks

This enumeration values are passed to the WinMessageOptions.Type property.

See Also