WebView2.Select(Boolean, Boolean) Method

Definition

Protected Select method: override this to capture tab direction when WebView control is activated

protected override void Select (bool directed, bool forward);
override this.Select : bool * bool -> unit
Protected Overrides Sub Select (directed As Boolean, forward As Boolean)

Parameters

directed
Boolean
forward
Boolean

Applies to