Adds a separator to the current drop-down menu definition.
Informal or formal syntax:
MenuAddSeparator()
None.
None.
A separator is a horizontal line in a menu that separates logical groups of menu commands.
The function MenuAddSeparator() will add a separator to the current menu definition provided the following conditions are met:
In the following example, a separator is added to the current drop-down menu definition:
MenuAddSeparator();
For a more detailed example on how to use the menu functions see the MenuOpen() Function.
To add a menu entry with a check mark to the current drop-down menu definition.
MenuAddEntry() functionTo add a menu entry without a check mark to the current drop-down menu definition.
MenuAddSubMenu() functionTo add a submenu to the current drop-down menu definition.
To learn where you can use this function.
For the meaning of terms used in Fernhill SCADA.