RFUserInterface.DeleteAddinMenu
(Available After RapidForm2002 PlusPack1 ServicePack1)
Description
Deletes an addin menu.
Syntax
Function RFUserInterface.DeleteAddinMenu(workbenchName
As String, menuFullName As String) As RFErrorCode
The DeleteAddinMenu syntax has these parts:
| Part |
Description |
| workbenchName |
[IN] String Required. The name of workbench. |
| menuFullName |
[IN] String Required. The full name of menu
to be deleted. |
Remarks
- A unique command is identified by workbench name and full menu name, which has
separator character "|" - filter character - between parent and child, as
built in the RapidForm GUI menu bar. For example, the "weld a shell"
command in the Polygon workbench can be identified as follows.
workbenchName
: "Polygon"
menuFullName : "Tool | Weld | One Shell"
For
other example, the "shrink a shell" command in the Polygon workbench
can be idenfied as follows.
workbenchName : "Polygon"
menuFullName
: "Tool | Shrink Shell"
- This method deletes the menus added by RFUserInterface.AddAddinMenu
only.
Return to Rapidform Index