3
Answers

Adding a dropdown to a button in C#

Ask a question
Ven Kates

Ven Kates

16y
18.4k
1
Hi All,

I am trying to implement a dropdown-button control in C#
which provides a list of actions.

Many Microsoft applicaitons use this kind of control. One
example is in the file open dialog box (goto
File -> Open -> File). The Open button has a dropdown
icon that gives two choices ('Open' and 'Open With').

Anybody has any idea of how to implement this control?

Answers (3)