Intersoft ClientUI Documentation
DropableTargets Property (ISDragableMultipleSelectionControl)



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

ISDragableMultipleSelectionControl Class
ISDragableMultipleSelectionControl Members

Send Feedback