Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NDoubleValuesListEditWidget Class / SetNumericUpDownMaxValue Method


In This Topic
    SetNumericUpDownMaxValue Method (NDoubleValuesListEditWidget)
    In This Topic
    Sets the maximum value of the given numeric up down.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub SetNumericUpDownMaxValue( _
       ByVal numericUpDown As NNumericUpDown, _
       ByVal maxValue As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NDoubleValuesListEditWidget
    Dim numericUpDown As NNumericUpDown
    Dim maxValue As System.Double
     
    instance.SetNumericUpDownMaxValue(numericUpDown, maxValue)
    protected virtual void SetNumericUpDownMaxValue( 
       NNumericUpDown numericUpDown,
       System.double maxValue
    )

    Parameters

    numericUpDown
    maxValue
    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