Menu.DeleteItem Method (Typed) | |
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:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD DeleteItem(
xItemIdOrMenu AS USUAL
) AS LOGIC
public virtual bool DeleteItem(
Usual xItemIdOrMenu
)
Request Example
View SourceParameters
- xItemIdOrMenu
- Type: Usual
The ID of the menu item to be deleted or the submenu to be deleted.
Return Value
Type:
Logic
TRUE if successful; otherwise, FALSE.
See Also