How to use an Items Collection Editor on a custom UserControl (.Net 4, Winforms)?
问题 I created a UserControl that contains a custom ToolStrip Control . While using the UserControl throughout an application, the ToolStrip control cannot be accessed directly, as it is logically embedded in the UserControl . So, to access the items of the ToolStrip I defined a readonly property in the UserControl class that returns the items of the ToolStrip. Now, programmatically the items of the ToolStrip can be edited, by using the UserControl.Items property, but I cannot do the same in the