I was developing a MFC application and I noticed that the combobox which is created after the use of the method CMFCPropertyGridProperty::AddOption()
does not have as many functionalities as the CCombobox
class. Is there a way to bind objects from these two classes? (Better saying, is there a way to add a CCombobox
object in one CMFCPropertyGrid
subitem?)
If it isn't possible, is there an alternative way to use a combobox with the same (or just some) functionalities provided by the CCombobox
class?