Class WindowDescription
The description of a terminal emulator window that fully supports HLLAPI.
Inherited Members
Namespace: HP.LFT.SDK.TE
Assembly: HP.LFT.SDK.dll
Syntax
public class WindowDescription : Description, ICloneable, IDescription
Constructors
WindowDescription()
Declaration
public WindowDescription()
Properties
EmulatorStatus
This property returns the current emulator status. Possible values: EmulatorStatus
Declaration
public EmulatorStatus? EmulatorStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| EmulatorStatus? |
Handle
This property returns a handle to a window.
Declaration
public int? Handle { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Protocol
This property returns the current protocol. Possible values: Protocol
Declaration
public Protocol? Protocol { get; set; }
Property Value
| Type | Description |
|---|---|
| Protocol? |
ShortName
This property returns the short name of the window.
Declaration
public StringProperty ShortName { get; set; }
Property Value
| Type | Description |
|---|---|
| StringProperty |