How to Add a Control to System.Windows.Controls.MenuItem Programmatically

1 · Hayato Iriumi · Sept. 25, 2021, 1:45 a.m.
I’m working on a new feature for Jenkins Toolset. It’s the feature that allows you to invoke a job with parameters. I need to add parameters to MenuItem according to parameter types. I have not completed the feature yet but I figured out a way to add controls programmatically, so here is the sample code. … Continue reading "How to Add a Control to System.Windows.Controls.MenuItem Programmatically"...