Table of Contents

Method GetToolsFromCategory

Namespace
Alternet.FormDesigner.WinForms.Toolbox
Assembly
Alternet.FormDesigner.v9.dll

GetToolsFromCategory(string)

Returns an array of ToolboxItem within specified category.

public ToolboxItem[] GetToolsFromCategory(string categoryName)

Parameters

categoryName string

Name of category to check.

Returns

ToolboxItem[]

List of items belongs to category.