Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NCommandBuilder Class / CreateMeasureUpDown Method
The units to show in the measure up down.
The initially selected unit.


In This Topic
    CreateMeasureUpDown Method (NCommandBuilder)
    In This Topic
    Creates a measure up down and associates an NMeasureUpDownCommandSource with it.
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreateMeasureUpDown( _
       ByVal units() As NUnit, _
       ByVal selectedUnit As NUnit, _
       ByVal command As NCommand _
    ) As NMeasureUpDown
    'Usage
     
    
    Dim instance As NCommandBuilder
    Dim units() As NUnit
    Dim selectedUnit As NUnit
    Dim command As NCommand
    Dim value As NMeasureUpDown
     
    value = instance.CreateMeasureUpDown(units, selectedUnit, command)
    protected virtual NMeasureUpDown CreateMeasureUpDown( 
       NUnit[] units,
       NUnit selectedUnit,
       NCommand command
    )

    Parameters

    units
    The units to show in the measure up down.
    selectedUnit
    The initially selected unit.
    command
    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