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