Click or drag to resize

ToolBarComboBoxItemSetItems Method

Set the array of items in the combo box.

Namespace:  RootPro.RootProCAD.UI
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract void SetItems(
	string[] items
)

Parameters

items
Type: SystemString
Array of items in the combo box.
See Also