OhioFields Interface

HostExplorer Programming

OhioFields Interface

The OhioFields interface contains a collection of the fields in the virtual screen. Each element of the collection is an instance of OhioField. Through this interface, you can iterate through the fields and find fields based on location and string.

You can access the OhioFields interface only through the OhioScreen interface using the Fields property.

Note: 
  OhioFields is a static view of the virtual screen. It does not reflect your changes until you update the field list with a new view of the virtual screen using the Refresh method.

The OhioFields interface returns the number of fields in the screen.

Methods

The OhioFields interface consists of the following methods:

Properties

The OhioFields interface consists of the following properties: