ESRI.ArcGIS.ADF.Local
Deactivate Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.BaseClasses Namespace > BaseTool Class : Deactivate Method




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

Note to inheritors: By default, the m_deactivate field is returned from this member. Override the Deactivate method if you need to alter this behaviour or perform some action when the Deactivate event is raised.

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

© 2011 All Rights Reserved.