NevronOpenVision
Nevron.Nov.UI Namespace / NComboBox Class / FillFromArray<lvfd> Method
The type of the array values.
The values to fill the combo box with.
The widget factory to use for creating items content.
In This Topic
    FillFromArray<lvfd> Method (NComboBox)
    In This Topic
    Fills the combo box with the values of the specified array. Assigns the corresponding array value to the Tag property of each combo box item.
    Syntax
    public void FillFromArray<lvfd>( 
       lvfd[] values,
       NWidgetFactory<lvfd> widgetFactory
    )

    Parameters

    values
    The values to fill the combo box with.
    widgetFactory
    The widget factory to use for creating items content.

    Type Parameters

    lvfd
    The type of the array values.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also