IXRMouseDragElementBehavior (Compact 2013)
3/28/2014
Supports the functionality of dragging an element around on a screen.
Syntax
class IXRMouseDragElementBehavior : public IXRBehavior
Public Data Members
None
Protected Data Members
None
Member Functions
Member Function |
Description |
---|---|
Adds a DragBegun event handler. |
|
Adds a DragFinished event handler. |
|
Adds a DraggingEvent handler. |
|
IXRMouseDragElementBehavior.GetConstrainToParentBounds(BOOL *) |
Gets the value of the ConstrainToParentBounds property. |
Gets the X location of the cursor. |
|
Gets the Y location of the cursor. |
|
Removes a DragBegun event handler. |
|
Removes a DragFinished event handler. |
|
Removes a DraggingEvent handler. |
|
IXRMouseDragElementBehavior.SetConstrainToParentBounds(BOOL) |
Sets the value of the ConstrainToParentBounds property. |
Sets the X location of the cursor. |
|
Sets the Y location of the cursor. |