A context menu is basically a menu which can be set to appear depending on
the context in which you decide it should. For example. You would not expect
a file save option to appear when no documents were open.
Alternatively, they can be used in a popup sense. If for example you wanted
to have some Delelet, Edit options to appear when you clicked the right
mouse button over a list item, you could use a context menu for this.
Just remember to use the MouseUp event when deciding which menu option was
chosen with the left mouse button.
Google the web for more information. Or Use help
Regards OHM