Xwt.WebView.WebView C# (CSharp) Method

WebView() public method

public WebView ( ) : System
return System
		public WebView ()
		{
			ContextMenuEnabled = true;
			ScrollBarsEnabled = true;
		}

Same methods

WebView::WebView ( string url ) : System