Preventing a dropdown-list from dropping down

  • Thread starter Thread starter Günter Brandstätter
  • Start date Start date
G

Günter Brandstätter

Hi all,

I wonder, if it is possible to prevent a dropdown-list from dropping down,
even when you click the arrow on the right side.
My problem is, when I set a forms-property AllowEdits to false, I don't want
to allow to drop down the list.

Any help appreciated
Günter
 
If, when you set AllowEdits to False, if you also set the combobox's Enabled
to False and Locked to True the combobox will appear normal, but the use
won't be able to do anything with it, including dropping down the list.
 
Thanks Wayne,
I must be some kind of stupid, I tried the Locked and the Enabled Properties
of the control, but not in combination.
Günter
 
Back
Top