Accusoft.NotateXpress13.Net
SetToolVisible Method




The AnnotationTool enumeration value.
A boolean value which should be true to make the given tool visible in the toolbar to the application end-user. Otherwise, false should be set.
Sets the visible state of the tool.
Syntax
'Declaration
 
Public Sub SetToolVisible( _
   ByVal tool As AnnotationTool, _
   ByVal visible As Boolean _
) 
'Usage
 
Dim instance As Toolbar
Dim tool As AnnotationTool
Dim visible As Boolean
 
instance.SetToolVisible(tool, visible)
public void SetToolVisible( 
   AnnotationTool tool,
   bool visible
)
public: void SetToolVisible( 
   AnnotationTool tool,
   bool visible
) 
public:
void SetToolVisible( 
   AnnotationTool tool,
   bool visible
) 

Parameters

tool
The AnnotationTool enumeration value.
visible
A boolean value which should be true to make the given tool visible in the toolbar to the application end-user. Otherwise, false should be set.
See Also

Reference

Toolbar Class
Toolbar Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback