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