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
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