protected override void OnGotFocus(EventArgs e) { if (m_reportPanel != null && m_reportPanel.Visible) { m_reportPanel.Focus(); } }