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



Provides attached control with drag drop capability to a control that attached with drag drop control behavior.

Object Model

DragDropControlBehavior ClassISFramework Class

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Provides attached control with drag drop capability to a control that attached with drag drop control behavior.")>
Public Class DragDropControlBehavior 
   Inherits Intersoft.Client.Framework.ISBehavior(Of UIElement)
Visual Basic (Usage)Copy Code
Dim instance As DragDropControlBehavior
C# 
[DescriptionAttribute("Provides attached control with drag drop capability to a control that attached with drag drop control behavior.")]
public class DragDropControlBehavior : Intersoft.Client.Framework.ISBehavior<UIElement> 
C++/CLI 
[DescriptionAttribute("Provides attached control with drag drop capability to a control that attached with drag drop control behavior.")]
public ref class DragDropControlBehavior : public Intersoft.Client.Framework.ISBehavior<UIElement> 

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.Interactivity.Behavior
         System.Windows.Interactivity.Behavior<T>
            Intersoft.Client.Framework.ISBehavior<T>
               Intersoft.Client.UI.Controls.Interactivity.DragDropControlBehavior

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.