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


In This Topic
    NMoveTool Class Members
    In This Topic

    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)  
    Public Fieldstatic (Shared in Visual Basic)  
    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 whether duplication on move is allowed. By default set to true.  
    Public PropertyGets 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.  
    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
    Protected Properties
     NameDescription
    Protected PropertyGets the move start position in page coordinates.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Processes the mouse move event  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Overriden to return true, if the shape was actually moved.  
    Protected MethodEnds the moving of the items.  
    Protected MethodOverridden. Gets the cursor and tooltip that the tool requests when active.  
    Protected MethodOverridden. Gets the ready cursor and tooltip.  
    Protected MethodChecks to see whether there is a hit selected item.  
    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 MethodGets whether the moved items should be duplicated when moving ends.  
    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 MethodCalled by Drag-And-Drop when the operation has ended.  
    Protected MethodCalled by Drag-And-Drop to query the source whtat the action of the operation will be.  
    Protected MethodStarts a Drag-And-Drop operation.  
    Top
    See Also