Back to Devexpress

ToastNotification Constructors

windowsforms-devexpress-dot-xtrabars-dot-toastnotifications-dot-toastnotification-dot-ctor.md

latest3.2 KB
Original Source

ToastNotification Constructors

A toast notification.

NameParametersDescription
ToastNotification()noneInitializes a new instance of the ToastNotification class with the default settings.
ToastNotification(Object, Image, String, Image, String, Image, String, String, String, String, String, ToastNotificationSound, ToastNotificationDuration, Nullable<DateTimeOffset>, AppLogoCrop, ToastNotificationTemplate)id, image, imagePath, appLogoImage, appLogoImagePath, heroImage, heroImagePath, header, body, body2, attributionText, sound, duration, displayTimestamp, appLogoImageCrop, templateInitializes a new toast notification and specifies its content that matches the Generic template.
ToastNotification(Object, Image, String, String, String, ToastNotificationSound, ToastNotificationDuration, ToastNotificationTemplate)id, image, header, body, body2, sound, duration, templateInitializes a new instance of the ToastNotification class with the specified settings.
ToastNotification(Object, Image, String, String, String, ToastNotificationTemplate)id, image, header, body, body2, templateInitializes a new instance of the ToastNotification class with the specified settings.
ToastNotification(Object, Image, String, String, String, String, ToastNotificationSound, ToastNotificationDuration, ToastNotificationTemplate)id, image, imagePath, header, body, body2, sound, duration, templateInitializes a new instance of the ToastNotification class with the specified settings.
ToastNotification(Object, Image, String, String, String, String, ToastNotificationTemplate)id, image, imagePath, header, body, body2, templateInitializes a new instance of the ToastNotification class with the specified settings.

See Also

ToastNotification Class

ToastNotification Members

DevExpress.XtraBars.ToastNotifications Namespace