Method SetSelectedItem
- Namespace
- Alternet.FormDesigner.WinForms.Toolbox
- Assembly
- Alternet.FormDesigner.v10.dll
SetSelectedItem(string, ToolboxItem)
Selects the specified item in the item collection of specified category.
public void SetSelectedItem(string categoryName, ToolboxItem item)
Parameters
categoryNamestringName of category to select item.
itemToolboxItemToolboxItemto select.