Drop down button

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

I need a drop down button on my form (not on toolbar). What I need is a
button which when pressed returns 'Option1'. If it is dropped down, it shows
both 'Option1' & 'Option2' so user can select any. This functionality is
similar to Outlook 'New' toolbar button but as I said, I need it on form and
not on toolbar.

Thanks

Regards
 
John said:
I need a drop down button on my form (not on toolbar). What I need is
a button which when pressed returns 'Option1'. If it is dropped down,
it shows both 'Option1' & 'Option2' so user can select any. This
functionality is similar to Outlook 'New' toolbar button but as I
said, I need it on form and not on toolbar.

Well, a toolbar is also on a Form. :-)

Despite, you could use a toolbar and set it's Dock property = None. Then you
can add a DropDownButton to the toolbar. As the toolbar is not docked, you
can put it anywhere you want.

Does this help or is there a reason why you don't want to use the toolbar at
all?
 
Back
Top