Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NCommandBuilder Class / jrvC<KrvC> Method


In This Topic
    jrvC<KrvC> Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function jrvC(Of KrvC As {New, NSplitButton})( _
       ByVal lrvC As NImage, _
       ByVal MrvC As NImage, _
       ByVal nrvC As NCommand _
    ) As KrvC
    'Usage
     
    
    Dim instance As NCommandBuilder
    Dim lrvC As NImage
    Dim MrvC As NImage
    Dim nrvC As NCommand
    Dim value As KrvC
     
    value = instance.jrvC(Of KrvC)(lrvC, MrvC, nrvC)
    internal KrvC jrvC<KrvC>( 
       NImage lrvC,
       NImage MrvC,
       NCommand nrvC
    )
    where KrvC: new(), NSplitButton

    Parameters

    lrvC
    MrvC
    nrvC

    Type Parameters

    KrvC
    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