SEPARATOR Menu Item

There is a special form of the MENUITEM statement that is used to create a horizontal dividing bar between two active menu items in a pull-down menu. The SEPARATOR menu item is itself inactive and has no text associated with it nor a cmd value.

Example

MENUITEM  "~Roman", 206, MIS_TEXT
MENUITEM  SEPARATOR
MENUITEM  "20 ~Point", 301, MIS_TEXT


[Back: Submenu Statements]
[Next: Menu Template]