Property | Type | Description | |
---|---|---|---|
GetViewManager | |||
PaintTransparentBackground | void |
Method | Description | |
---|---|---|
UpdateParent ( |
Gets and sets the root control for point translation and message dispatch.
|
|
ViewControl ( |
Initialize a new instance of the ViewControl class.
|
Method | Description | |
---|---|---|
OnDoubleClick ( |
Raises the DoubleClick event.
|
|
OnKeyDown ( |
Raises the KeyDown event.
|
|
OnKeyPress ( |
Raises the KeyPress event.
|
|
OnKeyUp ( |
Raises the KeyUp event.
|
|
OnMouseDown ( MouseEventArgs e ) : void |
Raises the MouseDown event.
|
|
OnMouseLeave ( |
Raises the MouseLeave event.
|
|
OnMouseMove ( MouseEventArgs e ) : void |
Raises the MouseMove event.
|
|
OnMouseUp ( MouseEventArgs e ) : void |
Raises the MouseUp event.
|
|
OnNeedPaint ( object sender, |
Processes a notification from palette storage of a paint and optional layout required.
|
|
OnPaint ( PaintEventArgs e ) : void |
Raises the Paint event.
|
|
OnWndProcHitTest ( ViewControlHitTestArgs e ) : void |
Raises the WndProcHitTest event.
|
|
WndProc ( |
Process Windows-based messages.
|
Method | Description | |
---|---|---|
GetViewManager ( ) : |
||
PaintTransparentBackground ( PaintEventArgs e ) : void |
protected OnDoubleClick ( |
||
e | A KeyEventArgs that contains the event data. | |
return | void |
protected OnKeyDown ( |
||
e | A KeyEventArgs that contains the event data. | |
return | void |
protected OnKeyPress ( |
||
e | A KeyPressEventArgs that contains the event data. | |
return | void |
protected OnKeyUp ( |
||
e | A KeyEventArgs that contains the event data. | |
return | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | A MouseEventArgs that contains the event data. |
return | void |
protected OnMouseLeave ( |
||
e | An EventArgs that contains the event data. | |
return | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | A MouseEventArgs that contains the event data. |
return | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | A MouseEventArgs that contains the event data. |
return | void |
protected OnNeedPaint ( object sender, |
||
sender | object | Source of notification. |
e | An NeedLayoutEventArgs containing event data. | |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | A PaintEventArgs that contains the event data. |
return | void |
protected OnWndProcHitTest ( ViewControlHitTestArgs e ) : void | ||
e | ViewControlHitTestArgs | A ViewControlHitTestArgs containing the event data. |
return | void |
public UpdateParent ( |
||
parent | Parent control. | |
return | void |
public ViewControl ( |
||
rootControl | Top level visual control. | |
return | System |
protected WndProc ( |
||
m | A Windows-based message. | |
return | void |