Visual-Studio-2010 – Add right-click to text box User Controls in Visual Studio Designer?

I have a text box user control, when I double-click, it adds the Text_Changed monitoring method to the code I can fill in.

How to make Does it add my Right_Click listener method or Left_Click listener method or Double_Click listener method?

In Visual Studio, you can click the lightning bolt icon (“Event ”) to access all events.

You can double-click the name of the event to create a new handler, or you can select an existing handler from the drop-down list.

I have a text box user control, when I double click, it adds the Text_Changed listening method to the code I can fill in.

How to make it add me Right_Click listener method or Left_Click listener method or Double_Click listener method?

In Visual Studio, you can access all events by clicking the lightning bolt icon (“Events”) at the top of the “Properties” window.

You can double-click the name of the event to create a new handler, or you can select an existing handler from the drop-down list.

Leave a Comment

Your email address will not be published.