IPresentationSpace Interface |
Namespace: MicroFocus.ZFE.Connector
The IPresentationSpace type exposes the following members.
| Name | Description | |
|---|---|---|
| ControlKey |
A control key object used for sending special keys to the host.
| |
| CursorPosition |
The position of the cursor.
| |
| CursorVisible |
Indicates if the cursor is visible.
| |
| DataCells |
An array of data cells contained within this presentation space.
| |
| Fields |
A list of fields within this presentation space.
| |
| Size |
The size of the presentation space.
|
| Name | Description | |
|---|---|---|
| GetDataCells |
Retrieves an array of data cells starting at the specified position.
| |
| GetText |
Retrieves the text at the specified position.
| |
| SendKeys |
Transmits the specified string or terminal keys to the host at the current cursor position.
|
| Name | Description | |
|---|---|---|
| ContentChanged |
Raised when the presentation space content has changed.
(Inherited from IPresentationSpaceEvents.) | |
| CursorChanged |
Raised when the cursor position has changed.
(Inherited from IPresentationSpaceEvents.) | |
| Error |
Raised when a presentation space error occurs.
(Inherited from IPresentationSpaceEvents.) | |
| MetricsChanged |
Raised when the screen metrics have changed.
(Inherited from IPresentationSpaceEvents.) |
| Exception | Condition |
|---|---|
| TimeoutException | If no response is received within 30 seconds. |