From c1e5c1c710d48fd065cce963834f3eec3ec1a69c Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 8 May 2015 14:51:24 -0700 Subject: Fix some settings on WebControl implementation. --- windows/WebUIWrapper/Form1.Designer.cs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'windows/WebUIWrapper/Form1.Designer.cs') diff --git a/windows/WebUIWrapper/Form1.Designer.cs b/windows/WebUIWrapper/Form1.Designer.cs index 350772e0..8d8eb9e9 100644 --- a/windows/WebUIWrapper/Form1.Designer.cs +++ b/windows/WebUIWrapper/Form1.Designer.cs @@ -35,18 +35,13 @@ // webContainer // this.webContainer.AllowNavigation = false; - this.webContainer.AllowWebBrowserDrop = false; this.webContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.webContainer.IsWebBrowserContextMenuEnabled = false; this.webContainer.Location = new System.Drawing.Point(0, 0); this.webContainer.MinimumSize = new System.Drawing.Size(20, 20); this.webContainer.Name = "webContainer"; - this.webContainer.ScriptErrorsSuppressed = true; - this.webContainer.ScrollBarsEnabled = false; this.webContainer.Size = new System.Drawing.Size(1012, 556); this.webContainer.TabIndex = 0; - this.webContainer.Url = new System.Uri("", System.UriKind.Relative); - this.webContainer.WebBrowserShortcutsEnabled = false; // // Form1 // -- cgit v1.2.3