Class WebBrowserForm
Represents form of the web browser.
Inherited Members
Namespace: FastReport.Cloud.StorageClient.GoogleDrive
Assembly: FastReport.dll
Syntax
public class WebBrowserForm : BaseDialogForm
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. |