add comment
This commit is contained in:
parent
cc37618da2
commit
235735fb3a
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ namespace SafeExamBrowser.Browser.Contracts
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Transfers the focus to the browser window.
|
/// Transfers the focus to the browser window.
|
||||||
|
/// <paramref name="forward">If true, the first focusable element in the browser window receives focus (passing forward of focus). Otherwise, the last element.</paramref>
|
||||||
/// </summary>
|
/// </summary>
|
||||||
void Focus(bool forward);
|
void Focus(bool forward);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue