Table of Contents

Method MoveNotificationToFront

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

MoveNotificationToFront(IControlNotification)

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

public virtual void MoveNotificationToFront(IControlNotification n)

Parameters

n IControlNotification

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

Remarks

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