Click or drag to resize

IPresentationSpace Interface

Represents the host screen.

Namespace:  MicroFocus.ZFE.Connector
Assembly:  MicroFocus.ZFE.Connector (in MicroFocus.ZFE.Connector.dll) Version: 1.3.379.0 (1.3.379.0)
Syntax
public interface IPresentationSpace : IPresentationSpaceEvents

The IPresentationSpace type exposes the following members.

Properties
  NameDescription
Public propertyControlKey
A control key object used for sending special keys to the host.
Public propertyCursorPosition
The position of the cursor.
Public propertyCursorVisible
Indicates if the cursor is visible.
Public propertyDataCells
An array of data cells contained within this presentation space.
Public propertyFields
A list of fields within this presentation space.
Public propertySize
The size of the presentation space.
Top
Methods
  NameDescription
Public methodGetDataCells
Retrieves an array of data cells starting at the specified position.
Public methodGetText
Retrieves the text at the specified position.
Public methodSendKeys
Transmits the specified string or terminal keys to the host at the current cursor position.
Top
Events
  NameDescription
Public eventContentChanged
Raised when the presentation space content has changed.
(Inherited from IPresentationSpaceEvents.)
Public eventCursorChanged
Raised when the cursor position has changed.
(Inherited from IPresentationSpaceEvents.)
Public eventError
Raised when a presentation space error occurs.
(Inherited from IPresentationSpaceEvents.)
Public eventMetricsChanged
Raised when the screen metrics have changed.
(Inherited from IPresentationSpaceEvents.)
Top
Exceptions
ExceptionCondition
TimeoutException If no response is received within 30 seconds.
See Also