Click or drag to resize

Menu.DeleteItem Method (Typed)

X#
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
Request Example View Source

Parameters

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