Class CustomPaintControl
Inherited Members
Namespace: Reportman.Drawing.Forms
Assembly: Reportman.Drawing.Forms.dll
Syntax
public class CustomPaintControl : Control, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Constructors
CustomPaintControl()
Declaration
public CustomPaintControl()
Fields
OnCustomPaint
Declaration
public PaintEventHandler OnCustomPaint
Field Value
| Type | Description |
|---|---|
| PaintEventHandler |
Methods
OnPaint(PaintEventArgs)
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| PaintEventArgs | e |