UtilNotificationAreaUpdate Method

Updates (redraw) the bounds of the visible section of the notification area window.

You should call this method if there are dummy (non-functional) buttons from applications that terminated abruptly, or if you did modifications, like for example a button removal through DeleteButton message.

Definition

Namespace: DevCase.Core.Windows.Desktop
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void Update()

Remarks

See Also