[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=WinElement Inherit=Control Interfaces=ShellView,ControlManager,Object Info=Provides a ChromiumWebBrowser engine [Assembly] Chrome\x86\CefSharp.WinForms.dll=CefSharp.WinForms.ChromiumWebBrowser [Edit] Class=Image [Property] @Width= | |250 @Height= | |200 @Text= | | @Title=Sets the title for control. ARG(string)|2| URL=Sets the URL by dafault to navigate to. ARG(string)|2| [Methods] doLoad=Navigates to the specified URL. ARG(string url)|1|0 *doBack=Navigates to previous URL. ARG()|1|0 *doCloseDevTools=Closes the DevTools. ARG()|1|0 *doCopy=Copies a content to the clipboard. ARG()|1|0 *doCut=Moves a content to the clipboard. ARG()|1|0 *doDelete=Deletes a content. ARG()|1|0 *doDialogHandler=Sets an interface for the user dialogs. ARG(IDialogHandler interface)|3|0 *doDownloadHandler=Sets an interface for download a resource. ARG(IDownloadHandler interface)|3|0 *doDragHandler=Sets an interface for the drag and drop operations. ARG(IDragHandler interface)|3|0 *doForward=Navigates to next URL. ARG()|1|0 *doNotifyMoveOrResizeStarted=Notifies about move or resize. ARG()|1|0 *doPaste=Inserts a content from the clipboard. ARG()|1|0 *doPrint=Prints the resource. ARG()|1|0 *doRedo=Restores the changes. ARG()|1|0 *doReload=Reloads the resource. ARG()|1|0 *doSelectAll=Selects all content. ARG()|1|0 *doShowDevTools=Displays the DevTools. ARG()|1|0 *doStop=Cancel the operation. ARG()|1|0 *doUndo=Reverts the changes. ARG()|1|0 *doViewSource=Displays the source. ARG()|1|0 *doZoomLevel=Sets the current zoom. ARG(double zoom)|1|0 *onAddressChanged=Occurs after change the current URL. ARG(AddressChangedEventArgs)|2|0 *onConsoleMessage=Occurs after output to console. ARG(ConsoleMessageEventArgs)|2|0 *onFrameLoadEnd=Occurs after finish loading of the frame. ARG(FrameLoadEndEventArgs)|2|0 *onFrameLoadStart=Occurs after start loading of the frame. ARG(FrameLoadStartEventArgs)|2|0 *onLoadError=Occurs when loading resource and return error information. ARG(LoadErrorEventArgs)|2|0 ChromiumWebBrowser=Returns the ChromiumWebBrowser object. ARG(ChromiumWebBrowser)|3|0 *Address=Returns the current URL. ARG(string)|3|2 *CanGoBack=Returns a value indicating whether a previous page in navigation history is available, which allows the doBack method to succeed. ARG(bool)|3|104 *CanGoForward=Returns a value indicating whether a subsequent page in navigation history is available, which allows the doForward method to succeed. ARG(bool)|3|104 *CanReload=Returns a value indicating whether can reload the resource. ARG(bool)|3|104 *DialogHandler=Returns an interface for the user dialogs. ARG(IDialogHandler)|3|0 *DownloadHandler=Returns an interface for download a resource. ARG(IDownloadHandler)|3|0 *DragHandler=Returns an interface for the drag and drop operations. ARG(IDragHandler)|3|0 *Focused=Returns a value indicating whether the control or any of its child windows has input focus. ARG(bool)|3|104 *TooltipText=Returns the current tool tip text. ARG(string)|3|2 *ZoomLevel=Returns the current zoom. ARG(double)|3|7 URL=Defines the URL to navigate to. ARG(string)|4|2