GoDiagram Win Reference
DoDragDrop Method

a collection of objects being dragged, normally the view's GoView.Selection
this is passed as the second argument to Control.DoDragDrop
Call Control.DoDragDrop
Syntax
'Declaration
 
Public Overridable Sub DoDragDrop( _
   ByVal coll As IGoCollection, _
   ByVal allow As DragDropEffects _
) 
public virtual void DoDragDrop( 
   IGoCollection coll,
   DragDropEffects allow
)

Parameters

coll
a collection of objects being dragged, normally the view's GoView.Selection
allow
this is passed as the second argument to Control.DoDragDrop
Remarks
This is in a separate method for easy overriding, so that you can substitute other serializable objects or IDataObjects to be dragged out to other windows.
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

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback