G
G .Net
Hi
Is there a way to prevent the combo displaying its list of items when the
"combo arrow" is clicked?
The problem I'm trying to resolve is that depending on a Boolean value,
which is set according to other items on the form, I want to prevent the
combo from being used. I suppose I could set the combo to be disabled but
I'm wondering if there is something like
e.Cancel = True
within a combo event which I could use?
Thanks in advance
Is there a way to prevent the combo displaying its list of items when the
"combo arrow" is clicked?
The problem I'm trying to resolve is that depending on a Boolean value,
which is set according to other items on the form, I want to prevent the
combo from being used. I suppose I could set the combo to be disabled but
I'm wondering if there is something like
e.Cancel = True
within a combo event which I could use?
Thanks in advance