Table of Contents

Method MoveGlobalNotificationToFront

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

MoveGlobalNotificationToFront(IControlNotification)

Moves the specified global notification to the front of the notification list.

public static void MoveGlobalNotificationToFront(IControlNotification n)

Parameters

n IControlNotification

The notification to move to the front. Must be an existing item in the global notification list.

Remarks

This method reorders the global notification list to prioritize the specified notification. If the notification is not found in the list, no changes are made.