SizeProperty Class
The size properties of a Terminal Emulator object.

C# Syntax

public class SizeProperty 
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.TE.SizeProperty

Public Constructors
 NameDescription
Public ConstructorSizeProperty ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyColumnCountReturns the total number of columns in the emulator screen.  
Public PropertyRowCountReturns the total number of rows (lines) in the emulator screen.  
Top
Public Methods
 NameDescription
Public MethodCloneCreates an exact copy of this object.  
Public MethodGetPropertiesReturns the inner properties of this property.  
Top
Public Operators
public Operator Implicit Type Conversion Implicits cast of Size to SizeProperty.
Top