GoDiagram Win Reference
ExternalDragDropsOnEnter Property

Gets or sets whether OnDragEnter should call DoExternalDrop immediately, to actually create the dropped objects and add them to the document, and so that the user's drag-and-drop from another window will use an instance of a GoToolDragging as the current Tool for dragging around those newly dropped objects.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<DescriptionAttribute("Whether the user drags newly dropped objects on a drag enter.")>
<CategoryAttribute("Behavior")>
Public Property ExternalDragDropsOnEnter As Boolean
[DefaultValueAttribute()]
[DescriptionAttribute("Whether the user drags newly dropped objects on a drag enter.")]
[CategoryAttribute("Behavior")]
public bool ExternalDragDropsOnEnter {get; set;}

Property Value

By default this is false. If you set this to true, you will also need to set DragsRealtime to true.
Remarks
The current Selection is deleted in OnDragLeave or when the drag-and-drop is cancelled. When this value is true, no external drag image is used (i.e., GetExternalDragImage is not called). This property only makes sense when DragsRealtime is true.
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