GoDiagram Win Reference
AllowDrop Property

Gets and sets whether this view accepts drop events of drag-and-drop operations.
Syntax
'Declaration
 
<DescriptionAttribute("Whether to accept drag-and-drop events")>
<DefaultValueAttribute()>
<CategoryAttribute("Behavior")>
Public Overrides Property AllowDrop As Boolean
[DescriptionAttribute("Whether to accept drag-and-drop events")]
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
public override bool AllowDrop {get; set;}

Property Value

The default value is true
Remarks
If there is a SecurityException when setting this property, the AllowDragOut property is set to false.
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
Base Implementation in AllowDrop

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback