Accusoft.ImagXpress13.Net
SetToolEnabled Method




A Tool enumeration value which represents the tool to enable.
A boolean value which is true to enable the given tool. Otherwise, false should be set.
Enables the given tool.
Syntax
'Declaration
 
Public Sub SetToolEnabled( _
   ByVal tool As Tool, _
   ByVal enabled As Boolean _
) 
'Usage
 
Dim instance As Toolbar
Dim tool As Tool
Dim enabled As Boolean
 
instance.SetToolEnabled(tool, enabled)
public void SetToolEnabled( 
   Tool tool,
   bool enabled
)
public: void SetToolEnabled( 
   Tool tool,
   bool enabled
) 
public:
void SetToolEnabled( 
   Tool tool,
   bool enabled
) 

Parameters

tool
A Tool enumeration value which represents the tool to enable.
enabled
A boolean value which is true to enable the given tool. Otherwise, false should be set.
Remarks

Note: When a tool is enabled, the application end-user can then select it.

See Also

Reference

Toolbar Class
Toolbar Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback