[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Designer.CreateToolStrips

CreateToolStrips Method

CreateToolStrips(params DesignerToolStrips[])

Generates an array of ToolStrip objects for use in the End User Designer interface.

Declaration
public ToolStrip[] CreateToolStrips(params DesignerToolStrips[] strips)
Parameters
Type Name Description
DesignerToolStrips[] strips

An array of DesignerToolStrips indicating which toolstrips to create. If empty, all available toolstrips are created.

Returns
Type Description
ToolStrip[]

An array of ToolStrip objects that have been created based on the specified strips.

Remarks

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.