MouseDown Example for Visual C++ 5.0
void CConViewSamplesView::OnMouseDownLeadrastercontainerviewer1(short Button, short Shift, float x, float y, long lActionID, long lCount)
{
CString S;
if(this->GetActiveWindow())
{
this->GetActiveWindow()->SetWindowText(S + TEXT(" Mouse Down "));
}
}