context menu....

joshuayork

Member
Joined
Apr 21, 2008
Messages
8
Programming Experience
Beginner
How do I control the position of the context menu when it is invoked via the keyboard???

Thanks for reply.....
 
The ContextMenuStrip's Show method is overloaded to take position parameters.

By the way, it must have items in it otherwise it won't show at all.
 
Back
Top