Discuss this help topic in SecureBlackbox Forum

TElTerminalInfo.Width

TElTerminalInfo     See also     


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


This property specifies the width of your terminal if pixels

Declaration

[C#]
    int Width;

[VB.NET]
    Property Width As Integer

[Pascal]
    property Width : integer;

[C++]
    int32_t get_Width();
    void set_Width(int32_t Value);

[PHP]
    integer get_Width()
    void set_Width(integer $Value)

[Java]
    int getWidth();
    void setWidth(int Width);

Parameters

  • Width -

Description

    Set this property to the actual width of your terminal in pixels.

See also:     Height    

Discuss this help topic in SecureBlackbox Forum