Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NMeasureUpDown Class / FillUnitComboBox Method


In This Topic
    FillUnitComboBox Method (NMeasureUpDown)
    In This Topic
    Fills the unit combo box with the given measurement units.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub FillUnitComboBox( _
       ByVal iter As INIterator(Of NUnit) _
    ) 
    'Usage
     
    
    Dim instance As NMeasureUpDown
    Dim iter As INIterator(Of NUnit)
     
    instance.FillUnitComboBox(iter)
    protected virtual void FillUnitComboBox( 
       INIterator<NUnit> iter
    )

    Parameters

    iter
    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