Search Results for

    Show / Hide Table of Contents

    Class EditCalc

    Inheritance
    object
    EditCalc
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Drawing.Forms
    Assembly: Reportman.Drawing.Forms.dll
    Syntax
    public class EditCalc

    Constructors

    EditCalc(Control, Font, Rectangle)

    Declaration
    public EditCalc(Control MControl, Font font, Rectangle rcBounds)
    Parameters
    Type Name Description
    Control MControl
    Font font
    Rectangle rcBounds

    Fields

    IsPassword

    Declaration
    public bool IsPassword
    Field Value
    Type Description
    bool

    Properties

    EditString

    Declaration
    public string EditString { get; set; }
    Property Value
    Type Description
    string

    Methods

    Render(Graphics)

    Declaration
    public void Render(Graphics graphics)
    Parameters
    Type Name Description
    Graphics graphics
    In this article
    Back to top Generated by DocFX