private void renderVideo_DoubleClick(object sender, EventArgs e) { if (!renderVideo.Focused) { return; } _host.Capture(); }