long m_nDrawWidth;
Remarks
The data member in your control class that stores the line width (in pixels) used by the control's drawing methods. If you choose the DRAWWIDTH 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 Overview | Class Members
See Also CComControl::m_nDrawStyle, CComControl::m_nDrawMode