This method is called when the tool becomes inactive.              
            
            
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Overridable Function Deactivate() As Boolean  | 
 
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As BaseTool
Dim value As Boolean
 
value = instance.Deactivate()  | 
 
| C# |   | 
|---|
public virtual bool Deactivate()  | 
 
            
            
            Return Value
A boolean value indicating if the tool can be interrupted by other tools.
 
            
            
            
            
            
            
            Remarks
            
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
 
            
            
See Also