Discuss this help topic in SecureBlackbox Forum
This property specifies the width of your
terminal if pixels
Declaration
[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)
Description
Set this property to the
actual width of your terminal in pixels.
Discuss this help topic in SecureBlackbox Forum