Table of Contents

Class ApplicationInfoForm

Namespace: FastReport.Olap.Cloud.StorageClient.Dropbox
Assembly: FastCube.Mono.dll

Represents the Application Info diabolg form.

public class ApplicationInfoForm : BaseDialogForm

Inheritance

objectMarshalByRefObjectComponentControlScrollableControlContainerControlFormBaseDialogFormApplicationInfoForm

Inherited Members

BaseDialogForm.Localize(), BaseDialogForm.Dispose(bool), BaseDialogForm.btnCancel, BaseDialogForm.btnOk

Constructors

ApplicationInfoForm()

Initializes a new instance of the FastReport.Olap.Cloud.StorageClient.Dropbox.ApplicationInfoForm class.

public ApplicationInfoForm()

Properties

AccessToken

Gets the access token.

public string AccessToken { get; }

Property Value

string

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.

Localize()

Localizes the dialog controls.

public override void Localize()

Remarks

Use this method to set control's captions specific to the current locale.