Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NMoveItemsImpl Class
Fields Properties Methods


In This Topic
    NMoveItemsImpl Class Members
    In This Topic

    The following tables list the members exposed by NMoveItemsImpl.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor  
    Top
    Public Fields
     NameDescription
    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  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyDetermines whether the move preview can be moved in the X direction.  
    Public PropertyDetermines whether the move preview can be moved in the Y direction.  
    Public PropertyGets whether the move has started  
    Top
    Public Methods
     NameDescription
    Public MethodCalled when the tool was aborted. Raises the Aborted event  
    Public MethodCalled when the tool was deactivated. Raises the Deactivated event  
    Public MethodPerforms a move of the selected items to the specified position (in drawing view coordinates)  
    Public MethodStarts the moving operation  
    Top
    Protected Methods
     NameDescription
    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 Method  
    Protected Method  
    Protected MethodStarts drag and drop.  
    Top
    See Also