Exemplo n.º 1
0
 /// <summary>
 /// Sets focus to the active document.
 /// </summary>
 public static void SetActiveDocFocus()
 {
     Interaction.SetFocus(Application.DocumentManager.MdiActiveDocument.Window.Handle);
 }