Discuss this help topic in SecureBlackbox Forum

TElSimpleSSHClient.MinWindowSize

TElSimpleSSHClient     See also     


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


Specifies minimal internal window size.

Declaration

[C#]
    int MinWindowSize;

[VB.NET]
    Property MinWindowSize As Integer

[Pascal]
    property MinWindowSize : integer;

[C++]
    int32_t get_MinWindowSize();
    void set_MinWindowSize(int32_t Value);

[PHP]
    integer get_MinWindowSize()
    void set_MinWindowSize(integer $Value)

[Java]
    int getMinWindowSize();
    void setMinWindowSize(int Value);

Description

    Use this property to get or set minimal internal window size.

See also:     DefaultWindowSize    

Discuss this help topic in SecureBlackbox Forum