Class AuthForm
Represents FR Cloud authentication form.
Inherited Members
Namespace: FastReport.Auth
Assembly: FastReport.dll
Syntax
public class AuthForm : BaseDialogForm
Constructors
AuthForm()
Initializes a new instance of the AuthForm class.
Declaration
public AuthForm()
Fields
isFirstLoad
Indicates if the form is loaded first time.
Declaration
public static bool isFirstLoad
Field Value
| Type | Description |
|---|---|
| System.Boolean |
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. |
Overrides
Localize()
Localizes the dialog controls.
Declaration
public override void Localize()
Overrides
Remarks
Use this method to set control's captions specific to the current locale.
OnFormClosed(FormClosedEventArgs)
Declaration
protected override void OnFormClosed(FormClosedEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| FormClosedEventArgs | e |
Overrides
UpdateDpiDependencies()
Update controls on dpi change.
Declaration
public override void UpdateDpiDependencies()
Overrides
Remarks
This method is called when the form's dpi is changed. Write custom logic to update some controls (such as ListBox.ItemHeight) here.