Re: Button drop down list component

From: J French (erewhon_at_nowhere.com)
Date: 07/27/04


Date: Tue, 27 Jul 2004 09:30:29 +0000 (UTC)

On Mon, 26 Jul 2004 14:04:06 -0500, "Saga" <antiSpam@somewhere.com>
wrote:

>
>Hi all,
>
>A friend is trying to locate a component which is a combination button and
>dropdown
>list. The behavior that he is looking for is that when the user clicks on
>the button the
>list will drop down. A typical example of this is the "Mail" button in
>Internet Explorer's
>tool bar.

That looks like a checkbox with its style set to Graphical

I've just rolled something out of a UserControl, a Graphical Checkbox
with a bitmap in it and PopupMenu

It looks quite good, but needs a little tarting up to get a MouseEnter
and MouseLeave

I think I would probably paint the 'Button' on the usercontrol myself