/// ------------------------------------------------------------------------------------ protected override void OnHandleCreated(EventArgs e) { base.OnHandleCreated(e); RawRecViewOn = Properties.Settings.Default.DataCorpusVwRecordPaneVisible; OnViewDocked(this); m_initialDock = true; Application.DoEvents(); WordListGrid.Focus(); }
/// ------------------------------------------------------------------------------------ public void SetViewActive(bool makeActive, bool isDocked) { m_activeView = makeActive; if (makeActive) { FindInfo.Grid = WordListGrid; if (isDocked && WordListGrid != null) { WordListGrid.SetStatusBarText(); WordListGrid.Focus(); } } }