Menu Control

A

Andro Dgebuadze

Hi Everybody

I would like to have a possibility to choose an item from the list/sublist.
Just like as we do when open in Windows Start => Programs => Tools and so
on. I mean I want to open a list and to see the indications of sublists, and
ones standing on that item sublist shouls be opened and I have to be able to
choose things from sublists.

What control makes that and how does it work?

Thanks



Andro
 
R

Rick Brandt

Andro Dgebuadze said:
Hi Everybody

I would like to have a possibility to choose an item from the list/sublist.
Just like as we do when open in Windows Start => Programs => Tools and so
on. I mean I want to open a list and to see the indications of sublists, and
ones standing on that item sublist shouls be opened and I have to be able to
choose things from sublists.

What control makes that and how does it work?

You would need to create a Shortcut Menu. Start with creating a new Toolbar and
then you can change its type to Shortcut Menu. Shortcut Menus are ordinarily
invoked with the right mouse button, but you can use a command to display them
as well so you could invoke one in the Click event of a button or label. One of
the things you can add to a Shortcut Menu is another embedded Shortcut Menu.
This would give you the list/sublist you are looking for.
 

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