CComControlBase::m_bDrawGetDataInHimetric
Flag indicating that IDataObjectImpl::GetData should use HIMETRIC units and not pixels when drawing.
unsigned m_bDrawGetDataInHimetric:1;
Remarks
Each logical HIMETRIC unit is 0.01 millimeter.
Note
To use this data member within your control class, you must declare it as a data member in your control class. Your control class will not inherit this data member from the base class because it is declared within a union in the base class.
Requirements
Header: atlctl.h