Click or drag to resize

IField Interface

A representation of a presentation space field.

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 IField

The IField type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
The attributes associated with this field.
Public propertyBackgroundColor
The background color of this field.
Public propertyDataCells
An array of data cells within this field.
Public propertyEnd
The ending position of this field.
Public propertyForegroundColor
The foreground color of this field.
Public propertyLength
The length of this field.
Public propertyPresentationSpace
The presentation space that contains this field.
Public propertyStart
The starting position of this field.
Public propertyText
The text contained within this field.
Top
Methods
  NameDescription
Public methodClearField
Clears this field in an emulation-specific manner.
Top
Remarks
Not all presentation space instances will support fields.
See Also