Search Results for

    Show / Hide Table of Contents

    Class ButtonCalc

    Inheritance
    object
    ButtonCalc
    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 ButtonCalc

    Constructors

    ButtonCalc(Control, Font, int, int, int, int, int, string, Color, Command)

    Declaration
    public ButtonCalc(Control MControl, Font font, int x, int y, int width, int height, int margin, string capString, Color capColor, ScreenKeyboard.Command cmd)
    Parameters
    Type Name Description
    Control MControl
    Font font
    int x
    int y
    int width
    int height
    int margin
    string capString
    Color capColor
    ScreenKeyboard.Command cmd

    Properties

    Cmd

    Declaration
    public ScreenKeyboard.Command Cmd { get; }
    Property Value
    Type Description
    ScreenKeyboard.Command

    IsSelected

    Declaration
    public bool IsSelected { get; set; }
    Property Value
    Type Description
    bool

    IsTall

    Declaration
    public bool IsTall { get; set; }
    Property Value
    Type Description
    bool

    Methods

    IsHit(int, int)

    Declaration
    public bool IsHit(int x, int y)
    Parameters
    Type Name Description
    int x
    int y
    Returns
    Type Description
    bool

    Render(Graphics)

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