Class ApplicationInfoForm
Namespace: FastReport.Olap.Cloud.StorageClient.Dropbox
Assembly: FastCube.WinForms.dll
Represents the Application Info diabolg form.
public class ApplicationInfoForm : BaseDialogForm
Inheritance
object ← MarshalByRefObject ← Component ← Control ← ScrollableControl ← ContainerControl ← Form ← BaseDialogForm ← ApplicationInfoForm
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
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.