Пример #1
0
 /// <summary>
 /// Tells the preview handler to set focus to itself.
 /// </summary>
 public void Focus()
 {
     EnsureNotDisposed();
     EnsureInitialized();
     EnsureShown();
     previewHandler.SetFocus();
 }
Пример #2
0
 public bool SetFocus()
 {
     return(_previewHandler.SetFocus().Succeeded);
 }