Description
-
Returns or sets a value indicating whether an object has
horizontal or vertical scroll bars.
Property type
-
A ScrollBarsEnum
enumeration.
Syntax
-
object.ScrollBars [= value]
The ScrollBars Property syntax has these parts:
Settings
-
The settings for value are:
 |
None |
0 |
Scrollbars are not
visible. |
 |
Horizontal |
1 |
Only horizontal bar is
visible. |
 |
Vertical |
2 |
Only vertical bar is
visible. |
 |
Both |
3 |
Both scrollbars are
visible. |
 |
Automatic |
4 |
wodTelnetDLX determines if
some scrollbar is visible. |
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.
|