+ void MSWUpdateDropDownHeight();
+
+ // set the height of the visible part of the control to m_heightOwn
+ void MSWUpdateVisibleHeight();
+
+ // Call GetComboBoxInfo() and return false if it's not supported by this
+ // system. Notice that the caller must initialize info.cbSize.
+ bool MSWGetComboBoxInfo(tagCOMBOBOXINFO* info) const;