Accusoft.NotateXpress13.Net
SetToolEnabled Method




The AnnotationTool enumeration value to set the enabled state for.
A boolean value which should be set to true to enable to the tool and false to disable the tool and gray out the tool icon.
Sets the enabled state of the given tool in the toolbar.
Syntax
'Declaration
 
Public Sub SetToolEnabled( _
   ByVal tool As AnnotationTool, _
   ByVal enabled As Boolean _
) 
'Usage
 
Dim instance As Toolbar
Dim tool As AnnotationTool
Dim enabled As Boolean
 
instance.SetToolEnabled(tool, enabled)
public void SetToolEnabled( 
   AnnotationTool tool,
   bool enabled
)
public: void SetToolEnabled( 
   AnnotationTool tool,
   bool enabled
) 
public:
void SetToolEnabled( 
   AnnotationTool tool,
   bool enabled
) 

Parameters

tool
The AnnotationTool enumeration value to set the enabled state for.
enabled
A boolean value which should be set to true to enable to the tool and false to disable the tool and gray out the tool icon.
See Also

Reference

Toolbar Class
Toolbar Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback