Method | Description | |
---|---|---|
ControlRender ( ) : void |
Controls the render.
|
|
WaveControl ( ) : System |
Initializes a new instance of the WaveControl class.
|
Method | Description | |
---|---|---|
OnHandleDestroyed ( |
Raises the E:System.Windows.Forms.Control.HandleDestroyed event.
|
|
OnKeyDown ( |
Raises the E:System.Windows.Forms.Control.KeyDown event.
|
|
OnKeyUp ( |
Raises the E:System.Windows.Forms.Control.KeyUp event.
|
|
OnMouseDown ( MouseEventArgs e ) : void |
Raises the E:System.Windows.Forms.Control.MouseDown event.
|
|
OnMouseMove ( MouseEventArgs e ) : void |
Raises the E:System.Windows.Forms.Control.MouseMove event.
|
|
OnMouseUp ( MouseEventArgs e ) : void |
Raises the E:System.Windows.Forms.Control.MouseUp event.
|
|
OnMouseWheel ( MouseEventArgs e ) : void |
Raises the E:System.Windows.Forms.Control.MouseWheel event.
|
|
OnPaint ( PaintEventArgs e ) : void |
Raises the E:System.Windows.Forms.Control.Paint event.
|
|
OnPaintBackground ( PaintEventArgs e ) : void |
Raises the E:System.Windows.Forms.Control.Paint event.
|
|
OnResize ( |
Raises the E:System.Windows.Forms.Control.Resize event.
|
protected OnHandleDestroyed ( |
||
e | An |
|
return | void |
protected OnKeyDown ( |
||
e | A |
|
return | void |
protected OnKeyUp ( |
||
e | A |
|
return | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | A |
return | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | A |
return | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | A |
return | void |
protected OnMouseWheel ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | A |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | A |
return | void |
protected OnPaintBackground ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | A |
return | void |
protected OnResize ( |
||
e | An |
|
return | void |