Attachmate.Reflection.Emulation.T27 Namespace > IT27Terminal Interface : WordWrap Property |
Gets or sets a value indicating whether to move the word being typed to the next line if the word has more characters than can fit on the current line.
'Declaration
Property WordWrap As Boolean
'Usage
Dim instance As IT27Terminal Dim value As Boolean instance.WordWrap = value value = instance.WordWrap
bool WordWrap {get; set;}
If false, the word being typed is split between the current line and next line when no room is left on the current line.
This property is primarily used with LINC applications. If you enable this feature, be sure to manually add delimiters at the end and beginning of each line.