ArcFM Responder Mobile Developer Guide
Tables Property (ControlStyleSettings)






Syntax
'Declaration
 
Public Property Tables As TableList
'Usage
 
Dim instance As ControlStyleSettings
Dim value As TableList
 
instance.Tables = value
 
value = instance.Tables
public TableList Tables {get; set;}
public read-write property Tables: TableList; 
public function get,set Tables : TableList
public: __property TableList* get_Tables();
public: __property void set_Tables( 
   TableList* value
);
public:
property TableList^ Tables {
   TableList^ get();
   void set (    TableList^ 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

ControlStyleSettings Class
ControlStyleSettings Members

Send Feedback