|
-
December 26th, 2007, 12:11 PM
#1
Menustrip Icon Placeholder?
How do you remove the gray bar that is a placeholder for icons that appear next to 'File', 'Open', etc.?
I have an example of what I'm talking about here: http://www.flickr.com/photos/tineras/2138007107/
I don't want the space at all. I don't plan on using icons and would like to remove the gray bar altogether.
Thanks
-
December 26th, 2007, 02:31 PM
#2
Re: Menustrip Icon Placeholder?
I found a solution. This worked:
Code:
((ToolStripDropDownMenu)(fileToolStripMenuItem.DropDown)).ShowImageMargin = false;
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|