Discuss this help topic in SecureBlackbox Forum
Specifies minimal internal window size.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum