ToolBarComboBoxItemGetItems Method |
Get 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 string[] GetItems()
Public MustOverride Function GetItems As String()
Return Value
Type:
String Array of items in the combo box.
See Also