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