ScreenDescription Class
A terminal emulator screen that fully supports HLLAPI.

C# Syntax

public class ScreenDescription : HP.LFT.SDK.Description, HP.LFT.SDK.IDescription  
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.PropertiesDescription
      HP.LFT.SDK.Description
         HP.LFT.SDK.TE.ScreenDescription

Public Constructors
 NameDescription
Public ConstructorScreenDescription ConstructorInitializes a new instance of the ScreenDescription class.  
Top
Public Properties
 NameDescription
Public PropertyCursorPositionReturns the position of the cursor on the emulator screen.  
Public PropertyIdReturn the ID value of the emulator screen.  
Public PropertyIndexThe 0-based index of this object, relative to all other objects with an otherwise identical description. (Inherited from HP.LFT.SDK.Description )
Public PropertyInputFieldCountReturns the number of input fields on the emulator screen.  
Public PropertyLabelReturns the label attribute for the emulator screen.  
Public PropertyProtectedFieldCountReturns the number of protected fields on the emulator screen.  
Public PropertySizeReturns the total number of rows and columns on the emulator screen.  
Public PropertyVriDistinguishes this object from other objects with otherwise identical descriptions, based on this object's visual relationship to another object in the application. (Inherited from HP.LFT.SDK.Description )
Top
Public Methods
 NameDescription
Public MethodCloneCreates an exact copy of the test object. (Inherited from HP.LFT.SDK.PropertiesDescription )
Top