SEPARATOR Property
9.0, PLBCMP GUI Only
The SEPARATOR property indicates that a menu item is a separator line. The property uses the following format:
SEPARATOR[={value}]
Note the following:
SEPARATOR may be used in SETPROP or GETPROP statements of a MENUITEM.
{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 menu item is a ... |
|
0 |
$OFF |
normal item. (default) |
|
1 |
$ON |
separator bar. |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |