Intersoft ClientUI Documentation
DropableTargets Property (ISDragableItemsControl)



Gets the collection of dropable target names.
Syntax
<CategoryAttribute("Interactivity")>
Public ReadOnly Property DropableTargets As ObservableCollection(Of String)
Dim instance As ISDragableItemsControl
Dim value As ObservableCollection(Of String)
 
value = instance.DropableTargets
[CategoryAttribute("Interactivity")]
public ObservableCollection<string> DropableTargets {get;}
[CategoryAttribute("Interactivity")]
public:
property ObservableCollection<String^>^ DropableTargets {
   ObservableCollection<String^>^ get();
}
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

ISDragableItemsControl Class
ISDragableItemsControl Members

Send Feedback