Back to Devexpress

WinMessageType Enum

expressappframework-devexpress-dot-expressapp-0cde3ffe.md

latest1.8 KB
Original Source

WinMessageType Enum

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

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public enum WinMessageType
vb
Public Enum WinMessageType

Members

NameDescription
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.

|

The following properties accept/return WinMessageType values:

Remarks

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

See Also

ShowMessage

DevExpress.ExpressApp Namespace