Intersoft ClientUI Documentation
DropTargetBehavior Class Members
See Also  Fields  Properties  Methods  Events Send Feedback
Intersoft.Client.UI.Controls.Interactivity Namespace : DropTargetBehavior Class


The following tables list the members exposed by DropTargetBehavior.

Public Constructors

 NameDescription
public ConstructorDropTargetBehavior ConstructorInitializes a new instance of the DropTargetBehavior class.  
Top

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic)AllowDropItemPropertyIdentifies the AllowDropItem dependency property.  
public Fieldstatic (Shared in Visual Basic)DropBehaviorPropertyIdentifies the DropBehavior dependency property.  
public Fieldstatic (Shared in Visual Basic)TooltipIconPropertyIdentifies the TooltipIcon dependency property.  
public Fieldstatic (Shared in Visual Basic)TooltipTextPropertyIdentifies the TooltipText dependency property.  
Top

Public Properties

 NameDescription
public PropertyAllowDropItemGets or sets a value that determines whether the associated object is dropable.  
public PropertyDispatcher (Inherited from System.Windows.DependencyObject)
public PropertyDropBehaviorGets 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 (Inherited from Intersoft.Client.Framework.ISBehavior<UIElement>)
public PropertyIsInDesignMode (Inherited from Intersoft.Client.Framework.ISBehavior<UIElement>)
public PropertyPlatform (Inherited from Intersoft.Client.Framework.ISBehavior<UIElement>)
public PropertyTooltipIconGets or sets the icon of the tooltip.  
public PropertyTooltipTextGets 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 MethodClearValue (Inherited from System.Windows.DependencyObject)
public MethodDetach (Inherited from System.Windows.Interactivity.Behavior)
public MethodGetAnimationBaseValue (Inherited from System.Windows.DependencyObject)
public MethodGetAssociatedObject (Inherited from Intersoft.Client.Framework.ISBehavior<UIElement>)
public MethodGetAssociatedType (Inherited from Intersoft.Client.Framework.ISBehavior<UIElement>)
public MethodGetValue (Inherited from System.Windows.DependencyObject)
public MethodReadLocalValue (Inherited from System.Windows.DependencyObject)
public MethodSetValue (Inherited from System.Windows.DependencyObject)
Top

Protected Methods

 NameDescription
protected MethodOnAttached (Inherited from System.Windows.Interactivity.Behavior)
protected MethodOnDetaching (Inherited from System.Windows.Interactivity.Behavior)
Top

Public Events

 NameDescription
public EventDragEnterOccurs when drag drop is entering drop target.  
public EventDragLeaveOccurs when drag is leaving drop target.  
public EventDragOverOccurs when drag drop is hovering drop target.  
public EventDropOccurs when drag drop.  
public EventPreviewDragEnterOccurs when previewing drag enter.  
public EventPreviewDragLeaveOccurs when previewing drag enter.  
public EventPreviewDragOverOccurs when previewing drag over.  
public EventPreviewDropOccurs when previewing drop.  
Top

See Also

© 2012 All Rights Reserved.