CComControl::m_nAppearance

long m_nAppearance;

Remarks

The data member in your control class that stores the paint style used by the control, for example, flat or 3D. If you choose the APPEARANCE 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_nDrawMode