Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NMenuDropDownBuilder Class / UrEd Method


In This Topic
    UrEd Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub UrEd( _
       ByVal vrEd As NMenuItemCollection, _
       ByVal WrEd As NImage, _
       ByVal xrEd As NCommand _
    ) 
    'Usage
     
    
    Dim instance As NMenuDropDownBuilder
    Dim vrEd As NMenuItemCollection
    Dim WrEd As NImage
    Dim xrEd As NCommand
     
    instance.UrEd(vrEd, WrEd, xrEd)
    internal void UrEd( 
       NMenuItemCollection vrEd,
       NImage WrEd,
       NCommand xrEd
    )

    Parameters

    vrEd
    WrEd
    xrEd
    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