Table of Contents

Method InsertCategory

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

InsertCategory(int, string)

Inserts new category to specified position.

public void InsertCategory(int index, string categoryName)

Parameters

index int

Position to insert.

categoryName string

Name of category to insert.