메소드 | 설명 | |
---|---|---|
DoMouseDown ( MouseEventArgs e, System ctr ) : bool |
Handler for this interaction if a mouse down event is received.
|
|
DoMouseLeave ( |
Handler for this interaction if a mouse Leave event is received.
|
|
DoMouseMove ( MouseEventArgs e, System ctr, |
Handler for this interaction if a mouse move event is received.
|
|
DoMouseUp ( MouseEventArgs e, System ctr ) : bool |
Handler for this interaction if a mouse up event is received.
|
|
DoMouseWheel ( MouseEventArgs e, System ctr ) : bool |
Handler for this interaction if a mouse move event is received.
|
|
DoPaint ( PaintEventArgs pe, int width, int height ) : void |
Handler for this interaction if a paint event is received.
|
public DoMouseDown ( MouseEventArgs e, System ctr ) : bool | ||
e | MouseEventArgs | event args |
ctr | System | reference to the control |
리턴 | bool |
public DoMouseLeave ( |
||
e | event args | |
ctr | System | reference to the control |
리턴 | bool |
public DoMouseMove ( MouseEventArgs e, System ctr, |
||
e | MouseEventArgs | event args |
ctr | System | reference to the control |
lastKeyEventArgs | ||
리턴 | bool |
public DoMouseUp ( MouseEventArgs e, System ctr ) : bool | ||
e | MouseEventArgs | event args |
ctr | System | reference to the control |
리턴 | bool |
public DoMouseWheel ( MouseEventArgs e, System ctr ) : bool | ||
e | MouseEventArgs | event args |
ctr | System | reference to the control |
리턴 | bool |
public DoPaint ( PaintEventArgs pe, int width, int height ) : void | ||
pe | PaintEventArgs | paint event args |
width | int | |
height | int | |
리턴 | void |