Accusoft.NotateXpressSdk Namespace > Toolbar Class : ToolDelete Method |
'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 )
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.