Share

CAdUiOwnerDrawButton::OnPointedAt

C++

virtual void OnPointedAt(
    BOOL isPointedAt
);

Description

This routine is called from IsPointedAt() to notify the button of a status change. The default OnMouseMove() and OnTimer() methods also call this routine. The method is declared virtual for use by derived classes. The default handler simply invalidates the control's window, triggering a repaint.

Parameters

Parameters Description
isPointedAt Set TRUE if the button is pointed at (in other words, the mouse is over the button) and FALSE otherwise.

Links

CAdUiOwnerDrawButton Class

Was this information helpful?