WebViewControl.Process Property

Definition

Gets the process that the control is hosted in.

public:
 property WebViewControlProcess ^ Process { WebViewControlProcess ^ get(); };
WebViewControlProcess Process();
public WebViewControlProcess Process { get; }
var webViewControlProcess = webViewControl.process;
Public ReadOnly Property Process As WebViewControlProcess

Property Value

The process that the control is hosted in.

Applies to