Class ScreenKeyboard
Inheritance
ScreenKeyboard
Implements
Inherited Members
Namespace: Reportman.Drawing.Forms
Assembly: Reportman.Drawing.Forms.dll
Syntax
public class ScreenKeyboard : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
ScreenKeyboard()
Declaration
public ScreenKeyboard()
Fields
CustomParentForm
Declaration
public Form CustomParentForm
Field Value
| Type | Description |
|---|---|
| Form |
calc
Declaration
public Calculator calc
Field Value
| Type | Description |
|---|---|
| Calculator |
editBox
Declaration
public EditCalc editBox
Field Value
| Type | Description |
|---|---|
| EditCalc |
Properties
IsPassword
Declaration
public bool IsPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
Dispose(bool)
Limpiar los recursos que se estén utilizando.
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing | true si los recursos administrados se deben eliminar; false en caso contrario, false. |
Overrides
OnKeyPress(KeyPressEventArgs)
Declaration
protected override void OnKeyPress(KeyPressEventArgs keyArgs)
Parameters
| Type | Name | Description |
|---|---|---|
| KeyPressEventArgs | keyArgs |
Overrides
OnMouseDown(MouseEventArgs)
Declaration
protected override void OnMouseDown(MouseEventArgs mouseArgs)
Parameters
| Type | Name | Description |
|---|---|---|
| MouseEventArgs | mouseArgs |
Overrides
OnMouseMove(MouseEventArgs)
Declaration
protected override void OnMouseMove(MouseEventArgs mouseArgs)
Parameters
| Type | Name | Description |
|---|---|---|
| MouseEventArgs | mouseArgs |
Overrides
OnMouseUp(MouseEventArgs)
Declaration
protected override void OnMouseUp(MouseEventArgs mouseArgs)
Parameters
| Type | Name | Description |
|---|---|---|
| MouseEventArgs | mouseArgs |
Overrides
OnPaint(PaintEventArgs)
Declaration
protected override void OnPaint(PaintEventArgs paintArgs)
Parameters
| Type | Name | Description |
|---|---|---|
| PaintEventArgs | paintArgs |
Overrides
OnPaintBackground(PaintEventArgs)
Declaration
protected override void OnPaintBackground(PaintEventArgs paintArgs)
Parameters
| Type | Name | Description |
|---|---|---|
| PaintEventArgs | paintArgs |
Overrides
RedrawCalc()
Declaration
public void RedrawCalc()