Back to Devexpress

ToastNotificationsManager.AreToastNotificationsSupported Property

windowsforms-devexpress-dot-xtrabars-dot-toastnotifications-dot-toastnotificationsmanager-68c06feb.md

latest1.8 KB
Original Source

ToastNotificationsManager.AreToastNotificationsSupported Property

Gets whether or not toast notifications are supported on this machine.

Namespace : DevExpress.XtraBars.ToastNotifications

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public static bool AreToastNotificationsSupported { get; }
vb
Public Shared ReadOnly Property AreToastNotificationsSupported As Boolean

Property Value

TypeDescription
Boolean

true if the application is running under Windows 8 or higher; otherwise, false.

|

Remarks

Toast notifications, provided by the ToastNotificationsManager component, require an operating system of Windows 8 or higher. The static AreToastNotificationsSupported property allows you to determine whether the application is running under an OS that supports toast notifications.

See Also

ToastNotificationsManager Class

ToastNotificationsManager Members

DevExpress.XtraBars.ToastNotifications Namespace