Window.Focus - screenshakes/Desktopia GitHub Wiki

Brings the window to the foreground.

public void Focus()
{
    SetForegroundWindow(Handle);
}