GoDiagram Web Reference
DoDragging Method

Perform the drag, for both moving and copying, including the final move or copy on a mouse up event.
Syntax
'Declaration
 
Public Overridable Sub DoDragging( _
   ByVal evttype As GoInputState _
) 
public virtual void DoDragging( 
   GoInputState evttype
)

Parameters

evttype
Remarks
Whether the drag is performing a move or a copy is determined by the value of the MayBeCopying and MayBeMoving predicates. This method is sensitive to the GoView.DragsRealtime property. When this property is false, dragging uses the DragSelection selection instead of the normal Selection collection. It calls MakeDragSelection to create the drag selection if needed and then moves the drag selection. When not copying and when GoView.DragsRealtime is true, it calls ClearDragSelection to stop using any drag selection and then it moves the regular Selection.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoToolDragging Class
GoToolDragging Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback