Class BaseDialogForm
Namespace: FastReport.Olap.Forms
Assembly: FastCube.Mono.dll
Base class for all dialog forms with two buttons, OK and Cancel.
public class BaseDialogForm : Form
Inheritance
object ← MarshalByRefObject ← Component ← Control ← ScrollableControl ← ContainerControl ← Form ← BaseDialogForm
Derived
ApplicationInfoForm, AxisEditorForm, BarChartNegativeEditor, BaseExportForm, ChartEditorForm, ClientInfoForm, CloudStorageClientForm, Designer, DimensionEditorForm, DropboxStorageClientForm, ExpressionEditorForm, HighlightRuleForm, MeasureEditorForm, RangeEditorForm, TopNForm, WebBrowserForm, WebBrowserFormBase
Constructors
BaseDialogForm()
Initializes a new instance of the FastReport.Olap.Forms.BaseDialogForm class.
public BaseDialogForm()
Fields
btnCancel
public Button btnCancel
Field Value
btnOk
public Button btnOk
Field 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 virtual void Localize()
Remarks
Use this method to set control's captions specific to the current locale.