Accusoft.NotateXpress13.Net
GetToolEnabled Method




The AnnotationTool enumeration value.
Returns the enabled status of the specified tool.
Syntax
'Declaration
 
Public Function GetToolEnabled( _
   ByVal tool As AnnotationTool _
) As Boolean
'Usage
 
Dim instance As Toolbar
Dim tool As AnnotationTool
Dim value As Boolean
 
value = instance.GetToolEnabled(tool)
public bool GetToolEnabled( 
   AnnotationTool tool
)
public: bool GetToolEnabled( 
   AnnotationTool tool
) 
public:
bool GetToolEnabled( 
   AnnotationTool tool
) 

Parameters

tool
The AnnotationTool enumeration value.

Return Value

A boolean value which is true to enable the tool for application end-users. Otherwise, false is returned.
See Also

Reference

Toolbar Class
Toolbar Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback