Search Results for

    Show / Hide Table of Contents

    Class SimpleGaugeEditorForm

    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
    ScaledSupportingForm
    BaseDialogForm
    GaugeEditorForm
    SimpleGaugeEditorForm
    SimpleProgressGaugeEditorForm
    Inherited Members
    BaseDialogForm.CheckRtl()
    BaseDialogForm.btnOk
    BaseDialogForm.btnCancel
    ScaledSupportingForm.OpenDialogMult
    ScaledSupportingForm.SpecificAnchors
    ScaledSupportingForm.FormRatio
    ScaledSupportingForm.CurrentDpi
    ScaledSupportingForm.ControlScalingBegin
    ScaledSupportingForm.ScaleEnded
    ScaledSupportingForm.OnLocationChanged(EventArgs)
    ScaledSupportingForm.ScaleControl(Control)
    ScaledSupportingForm.ScaleFont(Control)
    ScaledSupportingForm.ScaleInternal()
    ScaledSupportingForm.ScaleControls()
    ScaledSupportingForm.UpdateResources()
    ScaledSupportingForm.ScaleFormSize()
    ScaledSupportingForm.ScaleAutosizeLabel(Control)
    ScaledSupportingForm.ParseFontSize(Font, Single)
    ScaledSupportingForm.ScaleLocation(Control)
    ScaledSupportingForm.GetImage(Int32)
    ScaledSupportingForm.GetBitmap(String)
    ScaledSupportingForm.ScaleSize(Control)
    ScaledSupportingForm.GetMinimumBottom()
    Namespace: FastReport.Gauge.Simple
    Assembly: FastReport.dll
    Syntax
    public class SimpleGaugeEditorForm : GaugeEditorForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IArrangedElement, IComponent, IDisposable, IContainerControl

    Constructors

    SimpleGaugeEditorForm()

    Declaration
    public SimpleGaugeEditorForm()

    SimpleGaugeEditorForm(GaugeObject)

    Declaration
    public SimpleGaugeEditorForm(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.Dispose(Boolean)

    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
    GaugeEditorForm.GaugeEditorForm_FormClosing(Object, FormClosingEventArgs)

    Init()

    Declaration
    protected override void Init()
    Overrides
    GaugeEditorForm.Init()

    Localize()

    Localizes the dialog controls.

    Declaration
    public override void Localize()
    Overrides
    GaugeEditorForm.Localize()
    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()
    Overrides
    GaugeEditorForm.Scale()
    Back to top © 1998-2021 Copyright Fast Reports Inc.