private void OnCheckMakeHidden(object sender, EventArgs e) { // Do we still need to make ourself hidden? if (!ContainsFocus) MakeHidden(); }