Available in the LEADTOOLS Imaging toolkit.
DblClick example for Visual Basic
This example demonstrates the DblClick event.
Private Sub Lead1_DblClick() Lead1.Flip ' Just test the event Lead1.ForceRepaint End Sub