Enum ATM_FINDFIELD
Used by FindField to specify types of find operations.
Namespace: Attachmate.Verastream.HostIntegrator.EAO2V
Assembly: Attachmate.Verastream.HostIntegrator.EAO2V.dll
Syntax
[ComVisible(true)]
public enum ATM_FINDFIELD
Fields
Name | Description |
---|---|
ATM_FINDFIELD_CURRENT | Locates the field that contains the given position. |
ATM_FINDFIELD_NEXT | Locates the field after the current field that contains the given position. |
ATM_FINDFIELD_PREVIOUS | Locates the field before the current field that contains the given position. |