Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NComboBox Class / CreatePopupListBoxItem Method


In This Topic
    CreatePopupListBoxItem Method
    In This Topic
    Creates a popup list box item for the given combo box item. The default implementation clones the content of the combo box item and sets it to a new list box item.
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreatePopupListBoxItem( _
       ByVal comboBoxItem As NComboBoxItem _
    ) As NListBoxItem
    'Usage
     
    
    Dim instance As NComboBox
    Dim comboBoxItem As NComboBoxItem
    Dim value As NListBoxItem
     
    value = instance.CreatePopupListBoxItem(comboBoxItem)
    protected virtual NListBoxItem CreatePopupListBoxItem( 
       NComboBoxItem comboBoxItem
    )

    Parameters

    comboBoxItem
    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