MDISCROLL Property
PLBCMP GUI Only
MDISCROLL property specifies the type of scrollbars provided for the MDI client window. The property uses the following format:
MDISCROLL={value}
Note the following:
MDISCROLL may be used in CREATE or GETPROP statements of a WINDOW object.
Actual scrollbar handling is automatically performed by the runtime.
{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. |
This property is not available when using the PL/B Web Server.
When using the PL/B Web Server, see the MPISCROLL property.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |