WindowDescription Class
The description of a terminal emulator window that fully supports HLLAPI.

C# Syntax

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

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

Public Constructors
Public Properties
 NameDescription
Public PropertyEmulatorStatusThis property returns the current emulator status. Possible values: EmulatorStatus  
Public PropertyHandleThis property returns a handle to a window.  
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 PropertyProtocolThis property returns the current protocol. Possible values: Protocol  
Public PropertyShortNameThis property returns the short name of the window.  
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