SHOWWEBMENU Property
PLB Web Only
The SHOWWEBMENU property allows the control of menus for a WINDOW object in the Web environment. The property uses the following format:
SHOWWEBMENU={value}
Note the following:
SHOWWEBMENU may be used in CREATE, GETPROP, or SETPROP statements of an WINDOW object.
The expected {value} of this property is:
|
Value |
Show ... |
|
0 |
all menus (Default) |
|
1 |
only float menus |
|
2 |
no menus |
This property is only available when using the PL/B Web Server.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |