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:

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

  2. The {vscrollbar} is a previously defined VSCROLLBAR object.

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

  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 LINKHSCROLL Property LOAD OBJECT Property