SIZE POPUP Command
Changes the size of a menu created with DEFINE POPUP.
SIZE POPUP MenuName TO nRow1, nColumn1 | BY nRow2, nColumn2 |
Parameters
- MenuName
-
Specifies the name of the menu whose size you want to change.
- TO nRow1, nColumn1
-
Changes the size of a menu to a specific size. nRow1 and nColumn1 specify the new row and column coordinates, respectively, of the lower-right corner of the menu.
- BY nRow2, nColumn2
-
Changes the size of a menu relative to its current size. nRow2 and nColumn2 specify the change in size of the menu in rows and columns, relative to the current row and column coordinates of the lower-right corner of the menu.
Remarks
Example
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic