Accusoft.NotateXpress13.Net
GetToolVisible Method




The AnnotationTool enumeration value.
Determines a specific tool's visible state on the toolbar.
Syntax
'Declaration
 
Public Function GetToolVisible( _
   ByVal tool As AnnotationTool _
) As Boolean
'Usage
 
Dim instance As Toolbar
Dim tool As AnnotationTool
Dim value As Boolean
 
value = instance.GetToolVisible(tool)
public bool GetToolVisible( 
   AnnotationTool tool
)
public: bool GetToolVisible( 
   AnnotationTool tool
) 
public:
bool GetToolVisible( 
   AnnotationTool tool
) 

Parameters

tool
The AnnotationTool enumeration value.

Return Value

A boolean value which is true for the tool to be visible in the toolbar to the application end-user. Otherwise, false is returned.
See Also

Reference

Toolbar Class
Toolbar Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback