guiMenuRemoveItem (Function) |
Top Previous Next |
This function removes an item from the menu.
Input: menu : SYSHANDLE The handle to the menu to remove the item from.
index : INT (1..8) The index of the item to remove.
Returns: INT
Declaration: FUNCTION guiMenuRemoveItem : INT;
Example: INCLUDE rtcu.inc |