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
stringName of category to select item.
item
ToolboxItemToolboxItem
to select.