MB_LINE
WSupported on Windows
|
USupported on Unix
|
VSupported on OpenVMS
|
NSupported in Synergy .NET
|
xcall MB_LINE(control)
Arguments
control
The menu control structure. (a)
Discussion
MB_LINE adds a horizontal line to a new column. This subroutine is used when building a new menu column at runtime. The added line is not a menu entry; it’s just a line in the menu column.
See also
- MB_COLUMN routine for more information on the menu control structure
- .LINE script command for information about drawing a line within a window definition
Examples
See the MB_BLANK Examples, which use all the “MB_xxx” subroutines.