Nevron.Nov.UI Namespace / NComboBox Class / FillFromEnum<tIGd> Method
Optional enum widget factory for creating the content of the items.
In This Topic
    FillFromEnum<tIGd> Method (NComboBox)
    In This Topic
    Fills the combo box with the options from the specified enum. Assigns the corresponding enum value to the Tag property of each combo box item.
    Syntax
    public void FillFromEnum<tIGd>( 
       NEnumWidgetFactory<tIGd> widgetFactory
    )
    where tIGd: new(), System.IConvertible, struct

    Parameters

    widgetFactory
    Optional enum widget factory for creating the content of the items.

    Type Parameters

    tIGd
    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