public void UnlockScreen() { if (TopMost) { TopMost = false; SendKeys.SendWait("%{Tab}"); Taskbar.AdjustSizeAgainstTaskBar(this); } }