MPISCROLL Property
10.7, PLBCMP GUI Only
MPISCROLL property specifies the type of scrollbars provided for the MPI client window. This property is only implemented for Web Objects. The property uses the following format:
MPISCROLL={value}
Note the following:
MPISCROLL may be used in CREATE or GETPROP statements of a WINDOW object.
Scrollbar handling occurs by using a specific CSS class ( sb1, sb2, sb3, or sb4 ) found in 'plbwvbasic.css'.
{value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:
|
Value |
Keyword |
The type of scrollbars available are ... |
|
0 |
$NONE |
none. (default) |
|
1 |
$SCRBOTH |
both horizontal and vertical. |
|
2 |
$SCRHORZ |
horizontal only. |
|
3 |
$SCRNONE |
none. |
|
4 |
$SCRVERT |
vertical only. |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |