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.

See Also

© 2010 All Rights Reserved.