Class EditCalc
Inherited Members
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 |