Method MoveNotificationToFront
MoveNotificationToFront(IControlNotification)
Moves the specified notification to the front of the notification list.
public virtual void MoveNotificationToFront(IControlNotification n)
Parameters
nIControlNotificationThe 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.