| 
       OhioFields  | 
    Top Previous Next | 
| 
 OhioFields contains a collection of the fields in the virtual screen. It provides methods to iterate through the fields, find fields based on location, and find fields containing a given string. Each element of the collection is an instance of OhioField. 
 OhioFields can only be accessed through OhioScreen using the Fields property. OhioFields is a static view of the virtual screen and does not reflect changes made to the virtual screen after its construction. The field list can be updated with a new view of the virtual screen using the Refresh() method. 
 Note: All OhioFields objects returned by methods in this class are invalidated when Refresh() is called. 
 
 See Also 
 OhioFields Properties and Methods. 
  |