CMFCDropDownListBox::OnDrawItem should use DT_NOPREFIX to correctly display strings that use the '&' character. This would also be consistent with CMFCRibbonComboBox. I can't escape the '&' using another one, as CMFCRibbonComboBox does use DT_NOPREFIX and so I end up with a double '&&' in the combo.
Visual Studio/Silverlight/Tooling version
What category (if any) best represents this feedback?
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results