Class ExtraArea
Provides access to a defined area of the screen.
Implements
Inherited Members
Namespace: Attachmate.Verastream.HostIntegrator.E2V
Assembly: Attachmate.Verastream.HostIntegrator.E2V.dll
Syntax
public class ExtraArea : Area
Properties
Application
Returns the System object. Read-only.
Declaration
public System Application { get; }
Property Value
Type | Description |
---|---|
System |
Bottom
Returns or sets the ending row of the Area object. Read-write.
Declaration
public short Bottom { get; set; }
Property Value
Type | Description |
---|---|
short |
Left
Returns or sets the screen column where the area begins. Read-write.
Declaration
public short Left { get; set; }
Property Value
Type | Description |
---|---|
short |
Page
No function; always 0.
Declaration
public short Page { get; set; }
Property Value
Type | Description |
---|---|
short |
Parent
Returns the parent of the specified object. Read-only.
Declaration
public Screen Parent { get; }
Property Value
Type | Description |
---|---|
Screen |
Right
Returns or sets the column where the Area ends. Read-write.
Declaration
public short Right { get; set; }
Property Value
Type | Description |
---|---|
short |
Top
Returns or sets the row where the area begins.
Declaration
public short Top { get; set; }
Property Value
Type | Description |
---|---|
short |
Type
The Type property determines how the Area coordinates (top, left, bottom, right) are interpreted when the object is selected. Read-only.
Declaration
public short Type { get; }
Property Value
Type | Description |
---|---|
short |
Remarks
possible values are:
3: The Area is selected as a rectangular range of characters. There is no line wrapping.
2: The Area is selected as a continuous stream of characters, from the top left coordinate to the bottom right coordinate.
If the Area consists of more than one line, then the selection wraps to the right of each line
1: The Area is selected as a single point. The bottom and right coordinates are ignored.
0: Empty string.
Value
Returns or sets the text in the Area.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string |