Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NComboBoxDecimalCommandSource Class / NComboBoxDecimalCommandSource Constructor / NComboBoxDecimalCommandSource Constructor(NCommand,UInt16)


In This Topic
    NComboBoxDecimalCommandSource Constructor(NCommand,UInt16)
    In This Topic
    Initializing constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal command As NCommand, _
       ByVal precision As System.UShort _
    )
    'Usage
     
    
    Dim command As NCommand
    Dim precision As System.UShort
     
    Dim instance As New NComboBoxDecimalCommandSource(command, precision)
    public NComboBoxDecimalCommandSource( 
       NCommand command,
       System.ushort precision
    )

    Parameters

    command
    precision
    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