Discuss this help topic in SecureBlackbox Forum

TElTerminalInfo.Height

TElTerminalInfo     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property specifies the height of the terminal in pixels

Declaration

[C#]
    int Height;

[VB.NET]
    Property Height As Integer

[Pascal]
    property Height : integer;

[C++]
    int32_t get_Height();
    void set_Height(int32_t Value);

[PHP]
    integer get_Height()
    void set_Height(integer $Value)

[Java]
    int getHeight();
    void setHeight(int Height);

Parameters

  • Height -

Description

    This property specifies the height of the terminal in pixels

See also:     Width    

Discuss this help topic in SecureBlackbox Forum