[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=WinElement Inherit=Control Interfaces=Component,MarshalByRefObject,Object,ControlManager Info=Enables the user to navigate Web pages inside your form Category=Common [Edit] Class=WebBrowser Color=BackColor [Property] Width= | |250 Height= | |250 @AllowNavigation=Sets a value indicating whether the control can navigate to another page after its initial page has been loaded.ARG(bool)|14|0|True,False @AllowWebBrowserDrop=Sets a value indicating whether the WebBrowser control navigates to documents that are dropped onto it. ARG(bool)|14|0|True,False @IsWebBrowserContextMenuEnabled=Gets or a sets a value indicating whether the shortcut menu of the WebBrowser control is enabled. ARG(bool)|14|0|True,False @ScriptErrorsSuppressed=Sets a value indicating whether the WebBrowser displays dialog boxes such as script error messages. ARG(bool)|14|1|True,False @ScrollBarsEnabled=Sets a value indicating whether scroll bars are displayed in the WebBrowser control. ARG(bool)|14|0|True,False @Url=Sets the URL of the current document.ARG(Uri)|20|(empty)|Uri @WebBrowserShortcutsEnabled=Sets a value indicating whether keyboard shortcuts are enabled within the WebBrowser control. ARG(bool)|14|0|True,False [Methods] *doDocumentStream=Sets a stream containing the contents of the Web page displayed in the WebBrowser control. ARG(Stream)|1|0 *doDocumentText=Sets the HTML contents of the page displayed in the WebBrowser control. ARG(string)|1|0 *doGoHome=Navigates the WebBrowser control to the home page of the current user. ARG()|1|0 *doGoSearch=Navigates the WebBrowser control to the default search page of the current user. ARG()|1|0 doNavigate=Loads the document at the specified Uniform Resource Locator into the WebBrowser control, replacing the previous document. ARG(string UrlString)|1|0 *doNavigate2=Loads the document at the location indicated by the specified Uri into the WebBrowser control, replacing the previous document. ARG(Uri url)|1|0 *doNavigate3=Loads the document at the specified Uniform Resource Locator into a new browser window or into the WebBrowser control. ARG(string UrlString, bool newWindow)|1|0 *doNavigate4=Loads the document at the specified Uniform Resource Locator into the WebBrowser control, replacing the contents of the Web page frame with the specified name. ARG(string UrlString, string targetFrameName)|1|0 *doNavigate5=Loads the document at the location indicated by the specified Uri into a new browser window or into the WebBrowser control. ARG(Uri url, bool newWindow)|1|0 *doNavigate6=Loads the document at the location indicated by the specified Uri into the WebBrowser control, replacing the contents of the Web page frame with the specified name. ARG(Uri url, string targetFrameName)|1|0 *doNavigate7=Loads the document at the specified Uniform Resource Locator into the WebBrowser control, requesting it using the specified HTTP data and replacing the contents of the Web page frame with the specified name. ARG(string UrlString, string targetFrameName, byte[] postData, string additionalHeaders)|1|0 *doNavigate8=Loads the document at the location indicated by the specified Uri into the WebBrowser control, requesting it using the specified HTTP data and replacing the contents of the Web page frame with the specified name. ARG(Uri url, string targetFrameName, byte[] postData, string additionalHeaders)|1|0 *doObjectForScripting=Sets an object that can be accessed by scripting code that is contained within a Web page displayed in the WebBrowser control. ARG(Object)|1|0 *doPrint=Prints the document currently displayed in the WebBrowser control using the current print and page settings. ARG()|1|0 *doRefresh=Reloads the document currently displayed in the WebBrowser control by checking the server for an updated version. ARG()|1|0 *doRefresh2=Reloads the document currently displayed in the WebBrowser control using the specified refresh options. ARG(WebBrowserRefreshOption opt)|1|0 *doShowPageSetupDialog=Opens the Internet Explorer Page Setup dialog box. ARG()|1|0 *doShowPrintDialog=Opens the Internet Explorer Print dialog box without setting header and footer values. ARG()|1|0 *doShowPrintPreviewDialog=Opens the Internet Explorer Print Preview dialog box. ARG()|1|0 *doShowPropertiesDialog=Opens the Internet Explorer Properties dialog box for the current document. ARG()|1|0 *doShowSaveAsDialog=Opens the Internet Explorer Save Web Page dialog box or the Save dialog box of the hosted document if it is not an HTML page. ARG()|1|0 *doStop=Cancels any pending navigation and stops any dynamic page elements, such as background sounds and animations.ARG()|1|0 *onCanGoBackChanged=Occurs when the CanGoBack property value changes. ARG(EventArgs)|2|0 *onCanGoForwardChanged=Occurs when the CanGoForward property value changes. ARG(EventArgs)|2|0 *onDocumentCompleted=Occurs when the WebBrowser control finishes loading a document. ARG(WebBrowserDocumentCompletedEventArgs)|2|0 *onDocumentTitleChanged=Occurs when the DocumentTitle property value changes. ARG(EventArgs)|2|0 *onEncryptionLevelChanged=Occurs when the WebBrowser control navigates to or away from a Web site that uses encryption. ARG(EventArgs)|2|0 *onFileDownload=Occurs when the WebBrowser control downloads a file. ARG(EventArgs)|2|0 onNavigated=Occurs when the WebBrowser control has navigated to a new document and has begun loading it. ARG(WebBrowserNavigatedEventArgs)|2|0 *onNavigating=Occurs before the WebBrowser control navigates to a new document. ARG(WebBrowserNavigatingEventArgs)|2|0 *onNewWindow=Occurs before a new browser window is opened.ARG(CancelEventArgs)|2|0 *onProgressChanged=Occurs when the WebBrowser control has updated information on the download progress of a document it is navigating to. ARG(WebBrowserProgressChangedEventArgs)|2|0 *onStatusTextChanged=Occurs when the StatusText property value changes. ARG(EventArgs)|2|0 *AllowNavigation=Returns a value indicating whether the control can navigate to another page after its initial page has been loaded.ARG(bool)|3|104 *AllowWebBrowserDrop=Returns a value indicating whether the WebBrowser control navigates to documents that are dropped onto it. ARG(bool)|3|104 *CanGoBack=Returns a value indicating whether a previous page in navigation history is available, which allows the GoBack method to succeed. ARG(bool)|3|104 *CanGoForward=Returns a value indicating whether a subsequent page in navigation history is available, which allows the GoForward method to succeed. ARG(bool)|3|104 *Document=Returns an HtmlDocument representing the Web page currently displayed in the WebBrowser control. ARG(HtmlDocument)|3|0 *DocumentStream=Returns a stream containing the contents of the Web page displayed in the WebBrowser control. ARG(Stream)|3|10 *DocumentText=Returns the HTML contents of the page displayed in the WebBrowser control. ARG(string)|3|2 *DocumentTitle=Returns the title of the document currently displayed in the WebBrowser control. ARG(string)|3|2 *DocumentType=Returns the type of the document currently displayed in the WebBrowser control. ARG(string)|3|2 *EncryptionLevel=Returns a value indicating the encryption method used by the document currently displayed in the WebBrowser control. ARG(WebBrowserEncryptionLevel)|3|0 *Focused=Returns a value indicating whether the control or any of its child windows has input focus. ARG(bool)|3|104 *GoBack=Navigates the WebBrowser control to the previous page in the navigation history, if one is available. ARG(bool)|3|104 *GoForward=Navigates the WebBrowser control to the next page in the navigation history, if one is available. ARG(bool)|3|104 *IsBusy=Returns a value indicating whether the WebBrowser control is currently loading a new document. ARG(bool)|3|104 *IsOffline=Returns a value indicating whether the WebBrowser control is in offline mode. ARG(bool)|3|104 *IsWebBrowserContextMenuEnabled=Returns or a sets a value indicating whether the shortcut menu of the WebBrowser control is enabled. ARG(bool)|3|104 *ObjectForScripting=Returns an object that can be accessed by scripting code that is contained within a Web page displayed in the WebBrowser control. ARG(Object)|3|0 *ReadyState=Returns a value indicating the current state of the WebBrowser control. ARG(WebBrowserReadyState)|3|0 *ScriptErrorsSuppressed=Returns a value indicating whether the WebBrowser displays dialog boxes such as script error messages. ARG(bool)|3|104 *ScrollBarsEnabled=Returns a value indicating whether scroll bars are displayed in the WebBrowser control. ARG(bool)|3|104 *StatusText=Returns the status text of the WebBrowser control. ARG(string)|3|2 *Url=Returns the URL of the current document.ARG(Uri)|3|0 *Version=Returns the version of Internet Explorer installed.ARG(Version)|3|0 *WebBrowserShortcutsEnabled=Returns a value indicating whether keyboard shortcuts are enabled within the WebBrowser control. ARG(bool)|3|104 WebBrowser=Returns the WebBrowser object. ARG(WebBrowser)|3|0 *additionalHeaders=HTTP headers to add to the default headers. ARG(string)|4|2 *newWindow=true to load the document into a new browser window; false to load the document into the WebBrowser control. ARG(bool)|4|104 *opt=One of the WebBrowserRefreshOption values. ARG(WebBrowserRefreshOption)|4|0 *postData=HTTP POST data such as form data. ARG(byte[])|4|13 *targetFrameName=The name of the frame in which to load the document. ARG(string)|4|2 *url=A Uri representing the URL of the document to load. ARG(Uri)|4|0 UrlString=The URL of the document to load. ARG(string)|4|2