Windows Develop Bookmark and Share   
 index > Windows Forms General > What does the toolstrip menu item attrib 'DropDown' do?
 

What does the toolstrip menu item attrib 'DropDown' do?

While trying to figure out how to do something, I noticed a Data item in ToolStripMenuItem called 'DropDown'. It seems to always have a value of (none) and I can't figure out how to get around that. What does this particular attribute do?

RickLH  Monday, January 28, 2008 11:06 PM
Never mind. It holds the tool strip menu item that will be displayed upon expansion of the item. The reason it has (none) in the designer is because it is meant to be used at run time, I supposed, in order to permit cascading menus to be constructed during execution. Design time has a different method, obviously, for creating drop down items.

RickLH  Monday, January 28, 2008 11:10 PM
Never mind. It holds the tool strip menu item that will be displayed upon expansion of the item. The reason it has (none) in the designer is because it is meant to be used at run time, I supposed, in order to permit cascading menus to be constructed during execution. Design time has a different method, obviously, for creating drop down items.

RickLH  Monday, January 28, 2008 11:10 PM

You can use google to search for other answers

Custom Search

More Threads

• load csv file
• Labels next to DataGridView nicely aligned at 120 dpi, but off at 96 dpi
• Autocomplete on multi-line textbox
• How to: Provide a Progress Dialog Box for File Operations
• Validating cell data in Winforms datagrid
• The best and fastest way of image processing ?
• progress bar
• How to encrypt and decrypt a cookie?
• Get media position from axMediaPlayer object while playing
• Windows FileDialog using in c#.net