/// <summary> /// Tells the preview handler to set focus to itself. /// </summary> public void Focus() { EnsureNotDisposed(); EnsureInitialized(); EnsureShown(); previewHandler.SetFocus(); }
public bool SetFocus() { return(_previewHandler.SetFocus().Succeeded); }