Intersoft ClientUI Documentation
DragDropScope Property (UXPanel)



Gets or sets the drag drop scope.
Syntax
[CategoryAttribute("Interactivity")]
public DragDropScope DragDropScope {get; set;}
[CategoryAttribute("Interactivity")]
public:
property DragDropScope DragDropScope {
   DragDropScope get();
   void set (    DragDropScope value);
}
<CategoryAttribute("Interactivity")>
Public Property DragDropScope As DragDropScope
 
Dim instance As UXPanel
Dim value As DragDropScope
 
instance.DragDropScope = value
 
value = instance.DragDropScope
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

UXPanel Class
UXPanel Members

Send Feedback