Intersoft ClientUI 3 Documentation
AllowDropItem Property
See Also  Send Feedback
Intersoft.Client.UI.Controls.Interactivity Namespace > DragDropControlBehavior Class : AllowDropItem Property



Gets or sets a value that determines whether the associated object is dropable.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Behavior")>
Public Property AllowDropItem As Boolean
Visual Basic (Usage)Copy Code
Dim instance As DragDropControlBehavior
Dim value As Boolean
 
instance.AllowDropItem = value
 
value = instance.AllowDropItem
C# 
[CategoryAttribute("Behavior")]
public bool AllowDropItem {get; set;}
C++/CLI 
[CategoryAttribute("Behavior")]
public:
property bool AllowDropItem {
   bool get();
   void set (    bool value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2010 All Rights Reserved.