Back to Devexpress

ToastNotificationsManager.About() Method

windowsforms-devexpress-dot-xtrabars-dot-toastnotifications-dot-toastnotificationsmanager-5fd5a2c8.md

latest1.4 KB
Original Source

ToastNotificationsManager.About() Method

Invokes the About dialog box.

Namespace : DevExpress.XtraBars.ToastNotifications

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public static void About()
vb
Public Shared Sub About

Remarks

Primarily, this method is intended for design-time use and is not intended to be called directly from your code.

The About method invokes the About dialog displaying the product name and licensing information. On development machines, the license information is always correct. On client machines, the product is always marked “TRIAL” in the About dialog.

See Also

ToastNotificationsManager Class

ToastNotificationsManager Members

DevExpress.XtraBars.ToastNotifications Namespace