Table of Contents

Method SetSelectedItem

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

SetSelectedItem(string, ToolboxItem)

Selects the specified item in the item collection of specified category.

public void SetSelectedItem(string categoryName, ToolboxItem item)

Parameters

categoryName string

Name of category to select item.

item ToolboxItem

ToolboxItem to select.