NevronOpenVision
Nevron.Nov.Diagram.LibraryTools Namespace / NMoveTool Class
Fields Properties Methods Events


NMoveTool Class Members

The following tables list the members exposed by NMoveTool.

Public Constructors
 NameDescription
Public ConstructorDefault constructor  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Schema associated with NMoveTool.  
Public Fieldstatic (Shared in Visual Basic)Reference to the StartMoveDistance property.  
Top
Protected Fields
 NameDescription
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Top
Public Properties
 NameDescription
Public PropertyGets 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.  
Top
Public Methods
 NameDescription
Public MethodOverloaded. Overridden. Determines whether the tool can activate  
Public MethodOverridden. Processes the mouse move event.  
Top
Protected Methods
 NameDescription
Protected MethodClears the NStylePropertyEx.IsHighlightedPropertyEx value from the currently highlighted value.  
Protected MethodOverridden. Overriden to return true, if the shape was actually moved.  
Protected MethodOverridden. Gets the cursor and tooltip that the tool requests when active  
Protected MethodMoves 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.  
Protected MethodOverridden. Called when the tool was aborted. Raises the Aborted event  
Protected MethodOverridden. Called when the tool was activated.  
Protected MethodOverridden. Called when the tool was deactivated. Raises the Deactivated event.  
Protected Method  
Protected Method  
Protected MethodStarts drag and drop.  
Protected MethodUpdates the highlighted item.  
Top
See Also