Table of Contents
ThreadRunner Property

Gets the ThreadRunner object associated to this WebView.

Syntax
 public ThreadRunner ThreadRunner { get; }
Remarks

This property returns null if this WebView is not associated to a ThreadRunner.

See Also