Specifies whether to turn auto-wrap on or off or whether to use DOS-like mode.
Namespace:
Rebex.TerminalEmulation
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
| Visual Basic |
|---|
Public Enumeration AutoWrapMode |
| C# |
|---|
public enum AutoWrapMode |
Members
| Member name | Description | |
|---|---|---|
| Off | Off. | |
| On | On. | |
| Dos | DOS mode. |