DblClick example for C++ 4.0 and later

This example demonstrates the DblClick event.

void CTutorDlg::OnDblClickLead1() 
{
  // TODO: Add your control notification handler code here
  m_Lead1.Flip(); //Just test the event
  m_Lead1.ForceRepaint();
}