JAMS Developer Guide
AllowDrop Property (AgentCtl)


MVPSI.JAMS Namespace > AgentCtl Class : AllowDrop Property
Syntax
'Declaration
 
<SRCategoryAttribute("Behavior")>
<System.ComponentModel.DefaultValueAttribute()>
<SRDescriptionAttribute("Indicates whether the control can accept data that the user drags onto it.")>
Public Overridable Property AllowDrop As System.Boolean
'Usage
 
Dim instance As AgentCtl
Dim value As System.Boolean
 
instance.AllowDrop = value
 
value = instance.AllowDrop
[SRCategory("Behavior")]
[System.ComponentModel.DefaultValue()]
[SRDescription("Indicates whether the control can accept data that the user drags onto it.")]
public virtual System.bool AllowDrop {get; set;}
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

AgentCtl Class
AgentCtl Members