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


In This Topic
    GetUnitName Method (NMeasureUpDown)
    In This Topic
    Gets the name by which the given unit will be listed in the unit combo box.
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetUnitName( _
       ByVal unit As NUnit _
    ) As System.String
    'Usage
     
    
    Dim instance As NMeasureUpDown
    Dim unit As NUnit
    Dim value As System.String
     
    value = instance.GetUnitName(unit)
    protected virtual System.string GetUnitName( 
       NUnit unit
    )

    Parameters

    unit
    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