Top "Toolstripmenu" questions

How to find toolstripmenuItem with name

I have set visible property of my menuStrip1 items to false as foreach (ToolStripMenuItem itm in menuStrip1.Items) { itm.Visible = …

c# menustrip toolstripdropdown toolstripmenu
Adding Items to ToolStrip at RunTime

Hello I have a ToolStripMenu with a "Favorites" menu that I want to add sub items to during my WinForms …

c# toolstripitem toolstripmenu
Color change for MenuItem

I am programming a Backup Tool. On top of my tool I have a menustrip containing two toolstripmenuitems. I changed …

c# winforms visual-studio menustrip toolstripmenu
C# shortcut key underscore not displayed in built application

I have a small problem with .Net 4.0 ToolStripMenuItem caption. I want it to underscore the Shortcut (access) key letter in …

c# .net visual-studio-2010 toolstripmenu keyboard-shortcuts
C# Winforms Dynamic menu entries

I'm attempting to create a dynamic menu strip in my program. Here's an example of what it looks like right …

c# winforms dynamic menu toolstripmenu
VB.NET Execute code on events for dynamically added ToolStripMenuItem

VB.NET On the opening of a menu item (i.e. the top-level menu item), i have added ToolStripMenuItem (i.…

vb.net dynamic toolstripmenu toolstripitem
Change the border color of Winforms menu dropdown list

Is it possible to change the border color of a toolstrip menu dropdown list. In my sample below I would …

c# winforms toolstripmenu
Putting hotkey/shortcut text next to toolstrip menu items in winforms

I want to be able to show the hotkey combination assigned to a toolstrip menu item in winforms. For instane, …

c# winforms keyboard-shortcuts hotkeys toolstripmenu
c# winforms toolstripmenuitem change background

OK, someone please tell me why this is not working. I have a simple MenuStrip in winforms app (c#). It …

c# winforms backcolor toolstripmenu