C++
CAdUiBitmapButton();
Description
Constructs a new CAdUiBitmapButton object. A new object will have member data m_bmpX and m_bmpY set to an arbitrary value (currently five pixels), m_focusRectOffset initialized (to 3 pixels) and m_bmpHeight and m_bmpWidth set to zero. The member data m_bAutoSizeToBitmap will be set to TRUE and m_bmpResId will be empty. Derived classes can directly override these values in a constructor, which allows new defaults to be set prior to AutoLoad() being called.