Description
-
Determines whether a control is automatically resized to
display its entire contents.
Property type
-
A Boolean value.
Syntax
-
object.AutoSize [= value]
The AutoSize Property syntax has these parts:
| object |
An expression
evaluating to an object of type wodTelnetDLX. |
| value |
A Boolean value. |
Remarks
-
This property is only available in OCX (GUI)
version of the component.
When AutoSize property is set to True, when
wodTelnetDLX's GUI is enlarged or shrinked internally
(for example, if Rows or
Columns
value is changed), it will automatically change its size in
the container (most usually VB), so that entire
contents of the client is visible in the container.
|