Available in the LEADTOOLS Imaging toolkit. |
DblClick example for Visual J++
This example demonstrates the DblClick event.
private void LEAD1_doubleClick(Object source, Event e)
{
LEAD1.Flip(); // Just test the event
LEAD1.ForceRepaint();
}