Class RadialGaugeEditorForm
Base class for all dialog forms with two buttons, OK and Cancel.
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.Form
RadialGaugeEditorForm
Inherited Members
Namespace: FastReport.Gauge.Radial
Assembly: FastReport.dll
Syntax
public class RadialGaugeEditorForm : GaugeEditorForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IArrangedElement, IComponent, IDisposable, IContainerControl
Constructors
RadialGaugeEditorForm()
Declaration
public RadialGaugeEditorForm()
RadialGaugeEditorForm(GaugeObject)
Declaration
public RadialGaugeEditorForm(GaugeObject gauge)
Parameters
Type | Name | Description |
---|---|---|
GaugeObject | gauge |
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
GaugeEditorForm_FormClosing(Object, FormClosingEventArgs)
Declaration
protected override void GaugeEditorForm_FormClosing(object sender, FormClosingEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
System.Windows.Forms.FormClosingEventArgs | e |
Overrides
Init()
Declaration
protected override void Init()
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.
Scale()
Scales all form elements and form size to the current DPI.
Declaration
protected override void Scale()