Table of Contents
WebView.SetFocus Method 

Sets the keyboard focus to this WebView.

Syntax
 public void SetFocus(
   bool preserveFocusedNode = true
);

Parameters

preserveFocusedNode
true to only set focus to the WebView but without changing the currently focused node. false to reset the focus to the first node.
Remarks

Specifies the node to be focused.

See Also