Class WebBrowserForm
Represents form of the web browser.
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.Form
WebBrowserForm
Inherited Members
Namespace: FastReport.Cloud.StorageClient.GoogleDrive
Assembly: FastReport.dll
Syntax
public class WebBrowserForm : BaseDialogForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
WebBrowserForm(String)
Declaration
public WebBrowserForm(string url)
Parameters
Type | Name | Description |
---|---|---|
System.String | url |
Properties
AuthCode
Gets obtained authorization code.
Declaration
public string AuthCode { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | true if managed resources should be disposed; otherwise, false. |