LINKVSCROLL Property
PLBCMP GUI Only
The LINKVSCROLL property links a vertical scrollbar object to a MAINWINDOW, PICT, or WINDOW object.
LINKVSCROLL={vscrollbar}
Note the following:
The {vscrollbar} is a previously defined VSCROLLBAR object.
Once the logical linkage is established, operations on the linked scrollbar may be executed. This allows a GETITEM for the {vscrollbar} object to determine the current settings of the scrollbar.
It is not possible to change the MIN, MAX, or SHIFT values for a picture linked scrollbar using the SETPROP or SETITEM. A PICT linked scrollbar may change the slide box position and tab id. These restrictions do not apply to a MAINWINDOW or WINDOW linked scrollbar.
This property is not available when using the PL/B Web Server.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |