Menu.DeleteItem Method | |
Delete an item from this menu, removing it from memory. (To delete a bitmap or string, specify an ID; to delete a submenu, specify the Menu object.)
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD DeleteItem(
xItemIdOrMenu
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual DeleteItem(
Usual xItemIdOrMenu = default
)
Request Example
View SourceParameters
- xItemIdOrMenu (Optional)
- Type: Usual
The ID of the menu item to be deleted or the submenu to be deleted.
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
See Also