메소드 | 설명 | |
---|---|---|
DoubleClick ( Point pt ) : void |
Left mouse button double click.
|
|
DragViewController ( ViewBase target ) : System |
Initialize a new instance of the DragViewController class.
|
|
GotFocus ( |
Source control has lost the focus.
|
|
KeyDown ( |
Key has been pressed down.
|
|
KeyPress ( |
Key has been pressed.
|
|
KeyUp ( |
Key has been released.
|
|
LostFocus ( |
Source control has lost the focus.
|
|
MouseDown ( |
Mouse button has been pressed in the view.
|
|
MouseEnter ( |
Mouse has entered the view.
|
|
MouseLeave ( |
Mouse has left the view.
|
|
MouseMove ( |
Mouse has moved inside the view.
|
|
MouseUp ( |
Mouse button has been released in the view.
|
메소드 | 설명 | |
---|---|---|
OnDragEnd ( Point mousePt ) : void |
Raises the DragEnd event.
|
|
OnDragMove ( Point mousePt ) : void |
Raises the DragMove event.
|
|
OnDragQuit ( ) : void |
Raises the DragQuit event.
|
|
OnDragStart ( Point mousePt, Point offset, |
Raises the DragStart event.
|
|
OnLeftDoubleClick ( |
Raises the LeftDoubleClick event.
|
|
OnLeftMouseDown ( |
Raises the LeftMouseDown event.
|
|
OnRightMouseDown ( |
Raises the RightMouseDown event.
|
public DoubleClick ( Point pt ) : void | ||
pt | Point | Mouse position relative to control. |
리턴 | void |
public DragViewController ( ViewBase target ) : System | ||
target | ViewBase | Target for state changes. |
리턴 | System |
public GotFocus ( |
||
c | Reference to the source control instance. | |
리턴 | void |
public KeyDown ( |
||
c | Reference to the source control instance. | |
e | A KeyEventArgs that contains the event data. | |
리턴 | void |
public KeyPress ( |
||
c | Reference to the source control instance. | |
e | A KeyPressEventArgs that contains the event data. | |
리턴 | void |
public KeyUp ( |
||
c | Reference to the source control instance. | |
e | A KeyEventArgs that contains the event data. | |
리턴 | bool |
public LostFocus ( |
||
c | Reference to the source control instance. | |
리턴 | void |
public MouseDown ( |
||
c | Reference to the source control instance. | |
pt | Point | Mouse position relative to control. |
button | MouseButtons | Mouse button pressed down. |
리턴 | bool |
public MouseEnter ( |
||
c | Reference to the source control instance. | |
리턴 | void |
public MouseLeave ( |
||
c | Reference to the source control instance. | |
next | ViewBase | Reference to view that is next to have the mouse. |
리턴 | void |
public MouseMove ( |
||
c | Reference to the source control instance. | |
pt | Point | Mouse position relative to control. |
리턴 | void |
public MouseUp ( |
||
c | Reference to the source control instance. | |
pt | Point | Mouse position relative to control. |
button | MouseButtons | Mouse button released. |
리턴 | void |
protected OnDragEnd ( Point mousePt ) : void | ||
mousePt | Point | Mouse point at time of event. |
리턴 | void |
protected OnDragMove ( Point mousePt ) : void | ||
mousePt | Point | Mouse point at time of event. |
리턴 | void |
protected OnDragStart ( Point mousePt, Point offset, |
||
mousePt | Point | Mouse point at time of event. |
offset | Point | Offset of mouse compared to element. |
c | Control that starts the drag operation. | |
리턴 | void |
protected OnLeftDoubleClick ( |
||
e | An EventArgs containing the event data. | |
리턴 | void |
protected OnLeftMouseDown ( |
||
e | An EventArgs containing the event data. | |
리턴 | void |
protected OnRightMouseDown ( |
||
e | An EventArgs containing the event data. | |
리턴 | void |