[]
Generates an array of ToolStrip objects for use in the End User Designer interface.
public ToolStrip[] CreateToolStrips(params DesignerToolStrips[] strips)
Type | Name | Description |
---|---|---|
DesignerToolStrips[] | strips | An array of DesignerToolStrips indicating which toolstrips to create. If empty, all available toolstrips are created. |
Type | Description |
---|---|
ToolStrip[] | An array of ToolStrip objects that have been created based on the specified |
This method facilitates the dynamic creation of toolstrips for the designer interface, allowing for customization of the toolset presented to the user. The method can generate a specific set of toolstrips or all available toolstrips if no specific set is requested.