Accusoft.ImagXpress13.Net
GetEnabled Method




The Tool enumeration value which represents the tool to get the enabled value of.
Gets the enabled value of the menu associated with the given tool.
Syntax
'Declaration
 
Public Function GetEnabled( _
   ByVal tool As Tool _
) As Boolean
'Usage
 
Dim instance As ToolbarContextMenu
Dim tool As Tool
Dim value As Boolean
 
value = instance.GetEnabled(tool)
public bool GetEnabled( 
   Tool tool
)
public: bool GetEnabled( 
   Tool tool
) 
public:
bool GetEnabled( 
   Tool tool
) 

Parameters

tool
The Tool enumeration value which represents the tool to get the enabled value of.

Return Value

A boolean value which is true if the given tool menu is enabled. Otherwise, false is returned.
See Also

Reference

ToolbarContextMenu Class
ToolbarContextMenu Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback