ArcFM Responder Mobile Developer Guide
DragSources Property






Syntax
'Declaration
 
Public Property DragSources As DragSourceList
'Usage
 
Dim instance As TableSettings
Dim value As DragSourceList
 
instance.DragSources = value
 
value = instance.DragSources
public DragSourceList DragSources {get; set;}
public read-write property DragSources: DragSourceList; 
public function get,set DragSources : DragSourceList
public: __property DragSourceList* get_DragSources();
public: __property void set_DragSources( 
   DragSourceList* value
);
public:
property DragSourceList^ DragSources {
   DragSourceList^ get();
   void set (    DragSourceList^ 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

TableSettings Class
TableSettings Members

Send Feedback