Click or drag to resize

OhioOIA Class

Represents the operator information area of a host session. This area is used to provide status information regarding the state of the host session and location of the cursor. The OhioOIA object can be obtained using the OhioScreen.OIA property.
Inheritance Hierarchy
SystemObject
  Flex.Hal.OhioOhioOIA

Namespace: Flex.Hal.Ohio
Assembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
Syntax
public class OhioOIA

The OhioOIA type exposes the following members.

Properties
 NameDescription
Public propertyAlphanumeric Gets a value that indicates whether the field which contains the cursor is an alphanumeric field.
Public propertyInputInhibit Gets a value that indicates whether or not input is inhibited. If input is inhibited, OhioScreen.SendKeysAsync or OhioScreen.SendAidAsync calls may fail. The reason input is inhibited can be determined from the value returned.
Public propertyNumeric Gets a value that indicates whether the field which contains the cursor is a numeric-only field.
Public propertyOwner Gets a value that indicates the owner of the host connection.
Public propertyString Gets the string representation of the OIA line. All null characters are returned as blank spaces.
Top
See Also