Accusoft.NotateXpress13.Net
ToolDelete Method




An AnnotationTool value to delete from the toolbar.
Deletes the specified tool from the toolbar.
Syntax
'Declaration
 
Public Sub ToolDelete( _
   ByVal tool As AnnotationTool _
) 
'Usage
 
Dim instance As Toolbar
Dim tool As AnnotationTool
 
instance.ToolDelete(tool)
public void ToolDelete( 
   AnnotationTool tool
)
public: void ToolDelete( 
   AnnotationTool tool
) 
public:
void ToolDelete( 
   AnnotationTool tool
) 

Parameters

tool
An AnnotationTool value to delete from the toolbar.
Remarks

When a tool is deleted from the toolbar, it is removed and no longer visible.

Future calls to GetToolEnabled will return false, and calls to GetToolVisible will return false.

See Also

Reference

Toolbar Class
Toolbar Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback