class name used for the drop down list as in ImeMode
I am trying to create a property for a custom control that uses a list like the one used for the ImeMode property on standard controls can someone point me in the right direction, i have been trying for couple of days with no luck.
I have tried lis[] combobox, listbox, Collections<string[]> how is it done? what am I missing