GoDiagram Win Reference
IsInternalDragDrop Method

may be null
This predicate is true when a drag-and-drop started within this view.
Syntax
'Declaration
 
Public Overridable Function IsInternalDragDrop( _
   ByVal evt As DragEventArgs _
) As Boolean
public virtual bool IsInternalDragDrop( 
   DragEventArgs evt
)

Parameters

evt
may be null

Return Value

true if the current Tool is an instance of GoToolDragging, and if the view is not in the midst of a drag caused by an external drag when ExternalDragDropsOnEnter was true.
Remarks
The only tool that calls Control.DoDragDrop in the standard implementation is GoToolDragging.
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

GoView Class
GoView Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback