Exemple #1
0
 public void SelectWindow()
 {
     this.tabControl.CurrentTabIndex = this.tab.Index;
     if (this.tabControl.FocusChild != null)
     {
         this.tabControl.FocusChild.GrabFocus();
     }
     else
     {
         DocumentWindow.DeepGrabFocus(this.content.Control);
     }
 }