Fields (Read Only)

Top  Previous  Next

Returns the Fields object associated with this presentation space. This provides another way to access the data in the virtual Screen. The Fields object contains a snapshot of all the fields in the current virtual Screen. Fields provide methods for interpreting the data in the non-text planes. Zero length fields (due to adjacent field attributes) are not returned in the Fields collection.

For unformatted Screens, the returned collection contains only one Field that contains the whole virtual Screen.

 

VB.NET

 

[Fields =] Screen.Fields

 

C#

 

[Fields =] Screen.Fields;

 

 

Remarks

 

Returns the Fields object for the current host Screen.