Dart.Emulation Namespace > Vt Class : AutoWrap Property |
<DefaultValueAttribute()> Public Property AutoWrap As Boolean
[DefaultValue()] public bool AutoWrap {get; set;}
[DefaultValue()] public: __property bool get_AutoWrap(); public: __property void set_AutoWrap( bool value );
[DefaultValue()] public: property bool AutoWrap { bool get(); void set ( bool value); }
If data is received from the host which causes this property to change, the AutoWrapChanged event is raised.