DblClick example for Visual Basic

Note: Also works with Access 95 and 97.

This example demonstrates the DblClick event.

Private Sub Lead1_DblClick()
    Lead1.Flip ' Just test the event
    Lead1.ForceRepaint
End Sub