Property | Type | Description | |
---|---|---|---|
m_bDragIsInProgress | System.Boolean | ||
m_oMouseDownLocation | Point |
Method | Description | |
---|---|---|
AssertValid ( ) : void | ||
MouseDrag ( Point mouseDownLocation ) : System |
Initializes a new instance of the MouseDrag class.
|
|
OnMouseMove ( Point currentMouseLocation ) : System.Boolean | ||
OnMouseUp ( ) : System.Boolean |
public MouseDrag ( Point mouseDownLocation ) : System | ||
mouseDownLocation | Point | /// Location where the MouseDown event occurred, in client coordinates. /// |
return | System |
public OnMouseMove ( Point currentMouseLocation ) : System.Boolean | ||
currentMouseLocation | Point | |
return | System.Boolean |
protected Boolean,System m_bDragIsInProgress | ||
return | System.Boolean |