Click or drag to resize

OhioScreen Properties

The OhioScreen type exposes the following members.

Properties
 NameDescription
Public propertyColumns Gets the number of columns in the presentation space.
Public propertyCursor Gets or sets the location of the cursor in the presentation space.
Public propertyCursorVisible Gets whether the VT cursor is visible.
Public propertyFields Gets the OhioFields object associated with this presentation space. This provides another way to access the data in the virtual screen.
Public propertyOIA Gets the OhioOIA object associated with this presentation space. This object can be used to query the status of the operator information area.
Public propertyRows Gets the number of rows in the presentation space.
Public propertyString Gets the entire text plane of the virtual screen as a string. All null characters and Field Attribute characters are returned as blank space characters.
Public propertyWaitThrowException Gets or sets whether an exception should be thrown when a wait function is timed out or canceled. The default value is true.
Public propertyWaitTimeoutMSec Gets or sets the default time-out value for wait functions.
Top
See Also