CComControl::m_nMousePointer

long m_nMousePointer;

Remarks

The data member in your control class that stores the type of mouse pointer displayed when the mouse is over the control, for example, arrow, cross, or hourglass. If you choose the MOUSEPOINTER option from the Stock Properties tab in the ATL Object Wizard, the wizard automatically creates this data member in your control class, creates put and get methods for the property, and supports IPropertyNotifySink to automatically notify the container when the property changes.

CComControl OverviewClass Members

See Also   CComControl::m_pMouseIcon