Intersoft ClientUI Documentation
DropTargetBehavior Class Members
Fields  Properties  Methods  Events


The following tables list the members exposed by DropTargetBehavior.

Public Constructors
 NameDescription
Public ConstructorDropTargetBehavior Constructor Initializes a new instance of the DropTargetBehavior class.  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)AllowDropItemProperty Identifies the AllowDropItem dependency property.  
Public Fieldstatic (Shared in Visual Basic)DropBehaviorProperty Identifies the DropBehavior dependency property.  
Public Fieldstatic (Shared in Visual Basic)TooltipIconProperty Identifies the TooltipIcon dependency property.  
Public Fieldstatic (Shared in Visual Basic)TooltipTextProperty Identifies the TooltipText dependency property.  
Top
Public Properties
 NameDescription
Public PropertyAllowDropItem Gets or sets a value that determines whether the associated object is dropable.  
Public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this object is associated with. (Inherited from System.Windows.DependencyObject)
Public PropertyDropBehavior Gets or sets the drop behavior. Append child will add the item into panel's children collection. Replace will clear the current panel's children collection and add the new item. Custom will requires manual implementation.  
Public PropertyFramework Gets the entity framework. (Inherited from Intersoft.Client.Framework.ISBehavior<UIElement>)
Public PropertyIsInDesignMode Gets a value indicating whether the control is in design mode (development). (Inherited from Intersoft.Client.Framework.ISBehavior<UIElement>)
Public PropertyPlatform Gets a value that indicates the current client platform. (Inherited from Intersoft.Client.Framework.ISBehavior<UIElement>)
Public PropertyTooltipIcon Gets or sets the icon of the tooltip.  
Public PropertyTooltipText Gets or sets the text of the tooltip.  
Top
Protected Properties
 NameDescription
Protected PropertyAssociatedObject (Inherited from System.Windows.Interactivity.Behavior<UIElement>)
Protected PropertyAssociatedType (Inherited from System.Windows.Interactivity.Behavior)
Protected PropertyProductOverridden.  Product Info.  
Top
Public Methods
 NameDescription
Public MethodAttach (Inherited from System.Windows.Interactivity.Behavior)
Public MethodClearValueClears the local value of a dependency property. (Inherited from System.Windows.DependencyObject)
Public MethodDetach (Inherited from System.Windows.Interactivity.Behavior)
Public MethodGetAnimationBaseValueReturns any base value established for a Silverlight dependency property, which would apply in cases where an animation is not active. (Inherited from System.Windows.DependencyObject)
Public MethodGetAssociatedObject Gets the associated object. (Inherited from Intersoft.Client.Framework.ISBehavior<UIElement>)
Public MethodGetAssociatedType Gets the associated type (Inherited from Intersoft.Client.Framework.ISBehavior<UIElement>)
Public MethodGetValueReturns the current effective value of a dependency property from a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodReadLocalValueReturns the local value of a dependency property, if a local value is set. (Inherited from System.Windows.DependencyObject)
Public MethodSetValue (Inherited from System.Windows.DependencyObject)
Top
Protected Methods
Public Events
 NameDescription
Public EventDragEnter Occurs when drag drop is entering drop target.  
Public EventDragLeave Occurs when drag is leaving drop target.  
Public EventDragOver Occurs when drag drop is hovering drop target.  
Public EventDrop Occurs when drag drop.  
Public EventPreviewDragEnter Occurs when previewing drag enter.  
Public EventPreviewDragLeave Occurs when previewing drag enter.  
Public EventPreviewDragOver Occurs when previewing drag over.  
Public EventPreviewDrop Occurs when previewing drop.  
Top
See Also

Reference

DropTargetBehavior Class
Intersoft.Client.UI.Controls.Interactivity Namespace

Concepts

Drag-drop Framework Overview

Send Feedback