Dart.Emulation Namespace > Vt Class : Tabs Property |
<DefaultValueAttribute()> Public Property Tabs As String
[DefaultValue()] public string Tabs {get; set;}
[DefaultValue()] public: __property string* get_Tabs(); public: __property void set_Tabs( string* value );
[DefaultValue()] public: property String^ Tabs { String^ get(); void set ( String^ value); }
If data is received from the host which causes this property to change, the TabsChanged event is raised.