Accusoft.NotateXpress13.Net
MenuGetEnabled 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.
Returns whether or not the specified menu displays when the right mouse button is clicked over the appropriate area.
Syntax
'Declaration
 
Public Function MenuGetEnabled( _
   ByVal menuType As MenuType, _
   ByVal tool As AnnotationTool _
) As Boolean
'Usage
 
Dim instance As NotateXpress
Dim menuType As MenuType
Dim tool As AnnotationTool
Dim value As Boolean
 
value = instance.MenuGetEnabled(menuType, tool)
public bool MenuGetEnabled( 
   MenuType menuType,
   AnnotationTool tool
)
public: bool MenuGetEnabled( 
   MenuType menuType,
   AnnotationTool tool
) 
public:
bool MenuGetEnabled( 
   MenuType menuType,
   AnnotationTool tool
) 

Parameters

menuType
The MenuType to display.
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.

Return Value

A boolean value which is true if the specified menu displays when the right mouse button is clicked over the appropriate area. Otherwise, false is returned and the specified menu is not displayed.
See Also

Reference

NotateXpress Class
NotateXpress Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback