Context Menus are displayed when the user right clicks cna i make it so it it displayed when a control is left-clicked?
Printable View
Context Menus are displayed when the user right clicks cna i make it so it it displayed when a control is left-clicked?
Handle the control's Click event, call the ContextMenuStrip's Show method.
Thankyou