Back to product page

AutoSize property


Determines whether a control is automatically resized to display its entire contents.

Type

Boolean

Syntax

  • Basic
object.AutoSize [= value]
The AutoSize(object) syntax has these parts:
objectAn expression evaluating to an object of type wodTelnetDLX

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.

Platforms

Windows