DblClick example for Visual Basic
Note: Also works with Access 95 and 97.
This example demonstrates the DblClick event.
Private Sub LEADRasterView1_ DblClick()
Dim RasterProc As New LEADRasterProcess
RasterProc.Flip LEADRasterView1.Raster ' Just test the event
LEADRasterView1.ForceRepaint
End Sub