Enum ATM_AREA
Describes a defined character text region on which to perform an operation. ATM_AREA flags can be used together with the ATM_WRAP flags to define text regions.
Namespace: Attachmate.Verastream.HostIntegrator.EAO2V
Assembly: Attachmate.Verastream.HostIntegrator.EAO2V.dll
Syntax
[ComVisible(true)]
public enum ATM_AREA
Fields
Name | Description |
---|---|
ATM_AREA_BLOCK | Bounds operations by a rectangular block. This block is set by the starting left column, and the ending right column. |
ATM_AREA_POINT | |
ATM_AREA_STREAM | Operations flow around the right and left edges of screen. |