CComControlBase::AppearanceType

 

Override if your m_nAppearance stock property isn't of type short.

Syntax

typedef short AppearanceType;

Remarks

The ATL Control Wizard adds m_nAppearance stock property of type short. Override AppearanceType if you use a different data type.

Requirements

Header: atlctl.h

See Also

CComControlBase Class