Accusoft.NotateXpress13.Net
MenuDeleteItem Method




If the menuType is Toolbar, then the Tool parameter is the Tool that the menu is associated with. An annotationTOOL enumeration. If the menuType is Context, the Tool parameter has no meaning and can be any value.
An integer which represents the top-level menu ID of the item in the menu. For built in menus, see the TopMenuId enumeration.
Removes the specified item from the specified menu.
Syntax
'Declaration
 
Public Function MenuDeleteItem( _
   ByVal menuType As MenuType, _
   ByVal tool As AnnotationTool, _
   ByVal topMenuId As Integer, _
   ByVal subMenuId As Integer _
) As Boolean
'Usage
 
Dim instance As NotateXpress
Dim menuType As MenuType
Dim tool As AnnotationTool
Dim topMenuId As Integer
Dim subMenuId As Integer
Dim value As Boolean
 
value = instance.MenuDeleteItem(menuType, tool, topMenuId, subMenuId)
public bool MenuDeleteItem( 
   MenuType menuType,
   AnnotationTool tool,
   int topMenuId,
   int subMenuId
)
public: bool MenuDeleteItem( 
   MenuType menuType,
   AnnotationTool tool,
   int topMenuId,
   int subMenuId
) 
public:
bool MenuDeleteItem( 
   MenuType menuType,
   AnnotationTool tool,
   int topMenuId,
   int subMenuId
) 

Parameters

menuType
The MenuType enumeration to remove from.
tool
If the menuType is Toolbar, then the Tool parameter is the Tool that the menu is associated with. An annotationTOOL enumeration. If the menuType is Context, the Tool parameter has no meaning and can be any value.
topMenuId
An integer which represents the top-level menu ID of the item in the menu. For built in menus, see the TopMenuId enumeration.
subMenuId
An integer which represents the item in the menu (subMenuId is 0 when the item is a top menu item). For built in menus, see the SubMenuId enumeration.

Return Value

A boolean value which is true if the specified item is removed from the given menu.
Remarks

If a top-level menu item is deleted, all sub-level menu items are deleted as well.

If the TopMenuId and SubMenuId are both set to 0, then the entire menu is cleared.

See Also

Reference

NotateXpress Class
NotateXpress Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback