.NET Connector Method Reference

.NET Connector Method Reference

Show / Hide Table of Contents
  • Attachmate.Verastream.HostIntegrator.E2V
    • Area
    • ExtraArea
    • ExtraOIA
    • ExtraScreen
    • ExtraSession
    • ExtraSessions
    • ExtraSystem
    • OIA
    • Screen
    • Session
    • Sessions
    • System
  • Attachmate.Verastream.HostIntegrator.EAO2V
    • ATM_AREA
    • ATM_FIELDTYPE
    • ATM_FINDFIELD
    • ATM_OIA
    • ATM_OIA_ERRORSTATUS
    • ATM_OIA_OWNER
    • ATM_OIA_XSTATUS
    • ATM_SESSION_STATE
    • ATM_WRAP
    • AtmConTN3270
    • AtmConstants
    • AtmScreen3270
    • AtmSession
    • AtmSessionConstants
    • IAtmConTN3270
    • IAtmOia3270
    • IAtmScreen3270
    • IAtmSession
    • IAtmWait
  • WRQ.Verastream.HostIntegrator
    • AidKey
    • AttributeMetaData
    • Color
    • ColumnMetaData
    • ColumnType
    • ElementLocation
    • ElementType
    • ErrorMessage
    • FieldMetaData
    • HostIntegratorChannelException
    • HostIntegratorConnectorException
    • HostIntegratorDeadSessionException
    • HostIntegratorException
    • HostIntegratorMarshallerException
    • HostIntegratorModelDataException
    • HostIntegratorModelDefException
    • HostIntegratorRejuvenationSession
    • HostIntegratorServerException
    • HostIntegratorSession
    • HostIntegratorTerminalException
    • HostIntegratorTimeoutException
    • HostIntegratorUserException
    • InputFieldInfo
    • LoggingLevel
    • MetaData
    • MetaDataType
    • ModelDataColumn
    • ModelDataTable
    • OperationMetaData
    • ProcedureMetaData
    • ProcedureType
    • RcConst
    • RecordSetMetaData
    • RegionType
    • RejuvenationAidKey
    • RejuvenationEnablementMode
    • RejuvenationMethod
    • Screen
    • ScreenField
    • ScrollMovement
    • SessionType
    • TerminalAttributes
    • TerminalField
    • TerminalScreen
    • VariableInitialization
    • VariableMetaData
    • VariableType

Class ExtraArea

Provides access to a defined area of the screen.

Inheritance
object
ExtraArea
Implements
Area
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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

Implements

Area
In This Article
Back to top © 1985-2024 Rocket Software, Inc. or its affiliates. All Rights Reserved