Toolbar Button as DropDown context menu

D

Dino Buljubasic

Hi,

I have a toolbar with several buttons on it, one of which is set up to
be as a DropDown button. I also have a context menu with menu items
assigend to it so when I click that button, my context menu shows up.

I have 2 questions:

1) how do I find out which menu item was clicked so I can use my
Select Case statement to perform appropriate actions depending on menu
item clicked.

2) because a toolbar button that is a DropDown menu button looks kinda
like two buttons, one with title on it and one with the arrow down
(for drop down menu items) how to set a defalult menu item? (menu item
clicked when I click the button itself without clicking on arrow down
and then selecting a menu item)

Thanks,
Dino
 
D

Dino Buljubasic

I got this one :)
just add context menu and create handlers for each menu item like for
normal context menu
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top