public void SaveDefaults()
 {
     background = SystemTray.GetBackgroundColor(managedPage);
     foreground = SystemTray.GetForegroundColor(managedPage);
     opacity    = SystemTray.GetOpacity(managedPage);
 }