Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NMenuSplitButton Class / WvEd<xvEd,YvEd> Method


In This Topic
    WvEd<xvEd,YvEd> Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub WvEd
        (Of xvEd,YvEd)( _
       ByVal AWEd() As xvEd, _
       ByVal bWEd() As System.String, _
       ByVal CWEd() As YvEd _
    ) 
    'Usage
     
    
    Dim instance As NMenuSplitButton
    Dim AWEd() As xvEd
    Dim bWEd() As System.String
    Dim CWEd() As YvEd
     
    instance.WvEd(Of xvEd, YvEd)(AWEd, bWEd, CWEd)
    internal void WvEd<xvEd,YvEd>( 
       xvEd[] AWEd,
       System.string[] bWEd,
       YvEd[] CWEd
    )

    Parameters

    AWEd
    bWEd
    CWEd

    Type Parameters

    xvEd
    YvEd
    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