Back to product page

ScrollBars property


Returns or sets a value indicating whether an object has horizontal or vertical scroll bars.

Syntax

  • Basic
object.ScrollBars [= value]
The ScrollBars(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.

This property is used to show or hide Scroll Bars for client are of the wodTelnetDLX. If there's need to it (visible data goes over boundaries of the client area) you can show Scrollbars and let user scroll your client area in all directions, or you can just let wodTelnetDLX manage this, by setting this value to Both.

Platforms

Windows