public void FillFromArray<UIGd>( UIGd[] values, NWidgetFactory<UIGd> widgetFactory )
Parameters
- values
- The values to fill the combo box with.
- widgetFactory
- The widget factory to use for creating items content.
Type Parameters
- UIGd
- The type of the array values.