Class WebBrowserFormBase
Namespace: FastReport.Olap.Cloud.StorageClient
Assembly: FastCube.WinForms.dll
Represents the base form for cloud storage web browsers.
public class WebBrowserFormBase : BaseDialogForm
Inheritance
object ← MarshalByRefObject ← Component ← Control ← ScrollableControl ← ContainerControl ← Form ← BaseDialogForm ← WebBrowserFormBase
Inherited Members
BaseDialogForm.Localize(), BaseDialogForm.Dispose(bool), BaseDialogForm.btnCancel, BaseDialogForm.btnOk
Constructors
WebBrowserFormBase()
Initizlizes a new instance of the FastReport.Olap.Cloud.StorageClient.WebBrowserFormBase class.
public WebBrowserFormBase()
WebBrowserFormBase(string)
Initializes a new instance of the FastReport.Olap.Cloud.StorageClient.WebBrowserFormBase class.
public WebBrowserFormBase(string url)
Parameters
url
string
The url string.
Fields
wbBrowser
The web browser component.
public WebBrowser wbBrowser
Field Value
Properties
Url
Gets or sets the url string.
public string Url { get; set; }
Property Value
Methods
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposing
bool
true if managed resources should be disposed; otherwise, false.
WebBrowserFormBase_Shown(object, EventArgs)
Handle the web browser form shown event.
protected void WebBrowserFormBase_Shown(object sender, EventArgs e)
Parameters
sender
object
The event sender.
The event args.