Intersoft ClientUI Documentation
DropBehavior Enumeration



Specifies value that control the drop action of the drop target.
Syntax
Public Enum DropBehavior 
   Inherits System.Enum
Dim instance As DropBehavior
public enum DropBehavior : System.Enum 
public enum class DropBehavior : public System.Enum 
Members
MemberDescription
AppendChild Append the item into panel's children collection.
Custom Custom implementation.
Replace Clear the current panel's children collection and add the new item.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.UI.Controls.Interactivity.DropBehavior

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

Intersoft.Client.UI.Controls.Interactivity Namespace

Send Feedback