ArcFM Responder Mobile Developer Guide
DragSource Property (DragSourceList)






Syntax
'Declaration
 
<System.Xml.Serialization.XmlElementAttribute("DragSource")>
Public Property DragSource As DragSourceSettings()
'Usage
 
Dim instance As DragSourceList
Dim value() As DragSourceSettings
 
instance.DragSource = value
 
value = instance.DragSource
[System.Xml.Serialization.XmlElement("DragSource")]
public DragSourceSettings[] DragSource {get; set;}
public read-write property DragSource: array of DragSourceSettings; 
System.Xml.Serialization.XmlElementAttribute("DragSource")
public function get,set DragSource : DragSourceSettings[]
[System.Xml.Serialization.XmlElement("DragSource")]
public: __property DragSourceSettings*[]* get_DragSource();
public: __property void set_DragSource( 
   DragSourceSettings*[]* value
);
[System.Xml.Serialization.XmlElement("DragSource")]
public:
property array<DragSourceSettings^>^ DragSource {
   array<DragSourceSettings^>^ get();
   void set (    array<DragSourceSettings^>^ value);
}
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

DragSourceList Class
DragSourceList Members

Send Feedback