toolstripmenu Questions
2
Solved
Yes, exactly same as the title, in my project some of toolstripmenuitems were disabled. But when i bring the cursor over the menu item, a blue border is appearing like this:
But i don't want this....
Cruiserweight asked 13/11, 2012 at 16:45
3
Solved
I'm trying to set a bigger vertical padding for ToolStripMenuItems in a ContextMenuStrip. However, changing the Padding.Top property adds padding to the bottom, instead of the top.
I also tried se...
Meloniemelony asked 1/6, 2011 at 17:1
2
Solved
I've got a menu with a custom Renderer:
menuMain.Renderer = new ToolStripProfessionalRenderer(new MenuColors());
Is there a way to change the font or perhaps make the menu item italic when movin...
Orthopteran asked 31/8, 2015 at 11:57
1
Solved
My WinForms MDI application has several keyboard shortcuts set at ToolStripMeniItem items.
Among the following ones:
Ctrl+Alt+F1
Ctrl+Alt+F2
Ctrl+Alt+F3
the first one is never triggering its m...
Liselisetta asked 21/2, 2015 at 18:39
1
Solved
I need to customize the ToolStripMenuItems in my application.
Each ToolStripMenuItem that open a submenu has a black arrow near the text.
I want to change some colors (MenuItemSelected, MenuItemBor...
Tiebout asked 28/10, 2014 at 17:11
5
Solved
I have a small problem with .Net 4.0 ToolStripMenuItem caption.
I want it to underscore the Shortcut (access) key letter in the item text.
I used the ampersand sign in the item text field: '&Ne...
Beaufort asked 3/1, 2014 at 12:52
1
Solved
I want to be able to show the hotkey combination assigned to a toolstrip menu item in winforms. For instane, in any program (even your browser settings menu) you can see various menu items, and gen...
Monoatomic asked 11/10, 2013 at 15:39
2
Solved
Hello I have a ToolStripMenu with a "Favorites" menu that I want to add sub items to during my WinForms app at run time. I have a datagridview that I right click on to show a context menu that has ...
Philipp asked 17/5, 2012 at 6:22
2
Is it possible to add ToolStripMenuItems to ContextMenuStrip at a specific index? I have a list of items and I want to add them to a ContextMenuStrip and I want to know if its possible to add the i...
Eruct asked 31/5, 2011 at 11:41
1
© 2022 - 2024 — McMap. All rights reserved.