translate

Featured Links

Questions & Answers

This listing is a compilation of both questions asked in-site and questions related to accessibility themes gathered from different sources (stackoverflow, UX Stack Exchange).

Displaying 1 - 1 of 1 questions

Get a Windows Forms control by name in C#

Stackoverflow

I have a ToolStripMenuItem called myMenu. How can I access this like so:

/* Normally, I would do: */
this.myMenu... etc.

Tags: 
  • c#
  • winforms
  • string
  • controls
  • accessibility