Enum ATM_WRAP
Describes screen wrapping characteristics.
Namespace: Attachmate.Verastream.HostIntegrator.EAO2V
Assembly: Attachmate.Verastream.HostIntegrator.EAO2V.dll
Syntax
[ComVisible(true)]
public enum ATM_WRAP
Fields
Name | Description |
---|---|
ATM_WRAP_OFF | Bounds operations by the beginning and end of the screen. |
ATM_WRAP_ON | Operations flow from start to end positions, wrapping at the end of the screen, if necessary. If the end position is not specified, operations continue until the start position is reached again. Note: If Find is set to Backward, the reverse will be the case. |