Skip to main content

ToastNotificationsManager.RegisterApplicationActivator(Type) Method

Registers the Application Activator.

Namespace: DevExpress.XtraBars.ToastNotifications

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public void RegisterApplicationActivator(
    Type appActivatorType
)

Parameters

Name Type Description
appActivatorType Type

A Type of a custom class that serves as an Activator.

Remarks

See the ToastNotificationsManager.ApplicationActivator property and Toast Notification Manager article for more details.

See Also