CComControl::m_nDrawMode

long m_nDrawMode;

Remarks

The data member in your control class that stores the appearance of output from the control's graphics methods, for example, XOR Pen or Invert Colors. If you choose the DRAWMODE 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_nDrawWidth, CComControl::m_nDrawStyle