LINKHSCROLL Property
PLBCMP GUI Only
The LINKHSCROLL property allows linkage of a horizontal scrollbar to a MAINWINDOW, PICT, or WINDOW object.
LINKHSCROLL={hscrollbar}
Note the following:
The {hscrollbar} is a previously defined HSCROLLBAR object.
Once the logical linkage is established, operations on the linked scrollbar may be executed. This allows a GETITEM for the {hscrollbar} 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
![]() |