Accusoft.ImagXpress13.Net
SetEnabled Method




The Tool enumeration value which represents the tool to set the enabled value of.
A boolean value which should be set to true to enable the menu of the given tool. Otherwise, false should be set.
Sets the enabled value of the menu associated with the given tool.
Syntax
'Declaration
 
Public Sub SetEnabled( _
   ByVal tool As Tool, _
   ByVal enabled As Boolean _
) 
'Usage
 
Dim instance As ToolbarContextMenu
Dim tool As Tool
Dim enabled As Boolean
 
instance.SetEnabled(tool, enabled)
public void SetEnabled( 
   Tool tool,
   bool enabled
)
public: void SetEnabled( 
   Tool tool,
   bool enabled
) 
public:
void SetEnabled( 
   Tool tool,
   bool enabled
) 

Parameters

tool
The Tool enumeration value which represents the tool to set the enabled value of.
enabled
A boolean value which should be set to true to enable the menu of the given tool. Otherwise, false should be set.
See Also

Reference

ToolbarContextMenu Class
ToolbarContextMenu Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback