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?
Loading
Len La SalaPosted Feb 9, 2009, 6:57 PM
One of the properties could be the list of options you talk about and a ListBox to take the options, then when the button is clicked a list box shows bellow the button to expose the options, your button control would also have the ListBox OnClick event where you would do your processing.
Does this make sense?
Ven KatesPosted Sep 4, 2008, 1:51 AM
i just want to use button with additional options
Koushik DePosted Sep 3, 2008, 9:09 AM