PowerTCP Emulation for .NET
AutoWrap Property




Gets or sets a value that indicates whether display text stops at the last column or wraps to the next line when a line contains more data than can fit on one row.
Syntax
<DefaultValueAttribute()>
Public Property AutoWrap As Boolean
Dim instance As Vt
Dim value As Boolean
 
instance.AutoWrap = value
 
value = instance.AutoWrap
[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);
}

Property Value

true if text should wrap when a line contains more data then can fit on a row; false otherwise. The default value is false.
Remarks

If data is received from the host which causes this property to change, the AutoWrapChanged event is raised.

See Also

Reference

Vt Class
Vt Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic