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




hDC
The window handle to the display context which was refreshed.
This method is called when a screen display in the application is refreshed, if the tool is active in that display.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub Refresh( _
   ByVal hDC As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As BaseTool
Dim hDC As Integer
 
instance.Refresh(hDC)
C# 
public virtual void Refresh( 
   int hDC
)

Parameters

hDC
The window handle to the display context which was refreshed.

Remarks

Note to inheritors: Override the Refresh method if you need to perform some action when the display is refreshed when the tool is active.

See Also

© 2010 All Rights Reserved.