Hello,

Example:

public class MenuHolder

{

private MenuStrip menu_ = new MenuStrip;

public TootStripItemCollection MenuHolderItems

{

get { return menu_.Items; }

}

}

At design time I want to be able to edit the items in the MenuStrip of MenuHolder. What attributes does this property MenuHolderItems need to have so that when you click the "..." button in the property grid it will open the Menu Strip Items Collection Editor?