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
)
Public MustOverride Sub SetItems (
items As String()
)
Parameters
- items
- Type: SystemString
Array of items in the combo box.
See Also