Windows Develop Bookmark and Share   
 index > Windows Forms General > ComboBox Raise ShowItemsList Event
 

ComboBox Raise ShowItemsList Event

Hi . How to know if user clicked the drop down button of ComboBox . i searched for event like ShowItemsList or some what else to add my code to it when user clicked DropDown Button , but i don't find like that event .

Will i need to make inherited Control from ComboBox to handle this action ?

and i have to make this inherited control , what's the event or function i must handle to add my code when user press Combo Button ? . Thanks .

Pr.Wael  Tuesday, October 02, 2007 9:19 AM

Hi Pr.wa'el,

Have You tried DropDown event? It will be raised before drop-down will be shown.
Will it be enough to accomplish Your goal?

Regards,

Oleh.

Oleh Svintsitskyy  Tuesday, October 02, 2007 12:09 PM

Hi Pr.wa'el,

Have You tried DropDown event? It will be raised before drop-down will be shown.
Will it be enough to accomplish Your goal?

Regards,

Oleh.

Oleh Svintsitskyy  Tuesday, October 02, 2007 12:09 PM

You can use google to search for other answers

Custom Search

More Threads

• Aaargh. Help with uxTheme.dll/shellstyle.dll image extraction
• How to create a metafile but not in the disk ?
• Show Child Control events and properties in UserControl properties and events
• Launch Web Application from Windows Form
• Problem using ErrorProvider
• Printing and reporting from windows form
• KeyPress
• Getting Control Information at Run-time
• Treeview control hiding nodes
• IS it possible to load Word into a VB.net App?