I've got a ComboBox in a Form and for some reason the text is selectable (i.e., the I-bar cursor is displayed when you move over the ComboBox and you can drag-select the text displayed for the currently selected list item). The "editable" property is not defined, and it doesn't make a difference if "editable" is explicitly set to false (note that it is not possible to type text into the ComboBox, just select the text that is there). There's no "selectable" property for a ComboBox, so I can't use that to disable text selection.
I have ComboBoxes in other Forms that don't have this problem and I don't see any differences between this ComboBox and the others in my code. Any ideas on what I can do to make the ComboBox text non-selectable? Thanks! Paul

