Combobox

  • Thread starter Thread starter Azrael
  • Start date Start date
A

Azrael

I have a simple question.

I want to press F4 button in combobox to open dropdown list. How can I
open combobox dropdown trough code by using KeyDown event?
 
I want to press F4 button in combobox to open dropdown list. How can I
open combobox dropdown trough code by using KeyDown event?

If you mean the Windows Forms ComboBox control, set the DroppedDown
property to true. But doesn't the control handle F4 itself?


Mattias
 
Mattias Sjögren je napisao/la:
If you mean the Windows Forms ComboBox control, set the DroppedDown
property to true. But doesn't the control handle F4 itself?


You're right! I haven't even tried to see if it works. Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top