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:

  1. LINKHSCROLL may be used in CREATE or GETPROP statements.

  2. The {hscrollbar} is a previously defined HSCROLLBAR object.

  3. 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.

  4. 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.

  5. This property is not available when using the PL/B Web Server.

 

 

See Also: Object Properties, Object IO Instructions, Object Definitions

 



PL/B Language Reference LIC Property LINKVSCROLL Property