Intersoft ClientUI Documentation
DropElements Property
See Also  Send Feedback
Intersoft.Client.UI.Controls.Interactivity Namespace > DragDropEventData Class : DropElements Property






Gets or sets collection of new drop elements.

Syntax

Visual Basic (Declaration) 
Public Property DropElements As IList(Of UIElement)
Visual Basic (Usage)Copy Code
Dim instance As DragDropEventData
Dim value As IList(Of UIElement)
 
instance.DropElements = value
 
value = instance.DropElements
C# 
public IList<UIElement> DropElements {get; set;}
Delphi 
public read-write property DropElements: IList; 
JScript 
public function get,set DropElements : IList
Managed Extensions for C++ 
public: __property IList<UIElement*>* get_DropElements();
public: __property void set_DropElements( 
   IList<UIElement*>* value
);
C++/CLI 
public:
property IList<UIElement^>^ DropElements {
   IList<UIElement^>^ get();
   void set (    IList<UIElement^>^ value);
}

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

© 2012 All Rights Reserved.