'Declaration
Public Enum AS400WordWrapOption Inherits System.Enum
'Usage
Dim instance As AS400WordWrapOption
public enum AS400WordWrapOption : System.Enum
'Declaration
Public Enum AS400WordWrapOption Inherits System.Enum
'Usage
Dim instance As AS400WordWrapOption
public enum AS400WordWrapOption : System.Enum
Member | Description |
---|---|
Host | Text is wrapped to the next available line as controlled by the host. |
Local | Text is wrapped to the next available line as controlled by Reflection. |
Off | Text is not wrapped to the next available line, but is truncated at the end of the current line. |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.IbmHosts.AS400WordWrapOption