Name | Description | |
---|---|---|
NMoveTool Constructor | Default constructor |
The following tables list the members exposed by NMoveTool.
Name | Description | |
---|---|---|
NMoveTool Constructor | Default constructor |
Name | Description | |
---|---|---|
AllowDuplicateProperty | ||
Keep1DShapesConnectedProperty | ||
NMoveToolSchema | Schema associated with NMoveTool | |
StartMoveDistanceProperty | Reference to the StartMoveDistance property |
Name | Description | |
---|---|---|
AllowDuplicate | Gets or sets whether duplication on move is allowed. By default set to true. | |
Keep1DShapesConnected | Gets or sets whether 1D shapes, whose begin or end point is connected to a shape outside of the the moved items, should be kept connected when moved. By default set to false. | |
StartMoveDistance | Gets or sets the distance after which the move starts. If the user presses the left mouse button, but does not move the mouse more than this distance, the move will not be started. |
Name | Description | |
---|---|---|
MoveStartPos | Gets the move start position in page coordinates. |
Name | Description | |
---|---|---|
OnMouseMove | Overridden. Processes the mouse move event |
Name | Description | |
---|---|---|
DeactivationHandlesEvent | Overridden. Overriden to return true, if the shape was actually moved. | |
EndMove | Ends the moving of the items. | |
GetActiveCursorAndTooltip | Overridden. Gets the cursor and tooltip that the tool requests when active. | |
GetReadyCursorAndTooltip | Overridden. Gets the ready cursor and tooltip. | |
HasHitSelectedItem | Checks to see whether there is a hit selected item. | |
MoveSelectedItems | Moves the preview of the selected items to the position specified by dragPos. If preview is not created, it is created if the mustCreatePreview is true, or the mouse has moved a certain amount from the tool activation position. Finally if the preview is created, it is started with the location specified by startPos parameter. | |
MustDuplicateMovedItems | Gets whether the moved items should be duplicated when moving ends. | |
OnAborted | Overridden. Called when the tool was aborted. Raises the Aborted event | |
OnActivated | Overridden. Called when the tool was activated. | |
OnDeactivated | Overridden. Called when the tool was deactivated. Raises the Deactivated event | |
OnDragEnded | Called by Drag-And-Drop when the operation has ended. | |
OnQueryDragAction | Called by Drag-And-Drop to query the source whtat the action of the operation will be. | |
StartDragAndDrop | Starts a Drag-And-Drop operation. |