DynamicsBaseHostedControl.BlockPopupErrors(IWebBrowser2) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Blocks the pop up errors.
protected:
void BlockPopupErrors(Microsoft::Uii::Csr::Browser::Web::IWebBrowser2 ^ Browser);
protected void BlockPopupErrors (Microsoft.Uii.Csr.Browser.Web.IWebBrowser2 Browser);
member this.BlockPopupErrors : Microsoft.Uii.Csr.Browser.Web.IWebBrowser2 -> unit
Protected Sub BlockPopupErrors (Browser As IWebBrowser2)
Parameters
- Browser
- IWebBrowser2
Specifies the browser instance.