Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NCommandBarBuilder Class / ErEd Method


In This Topic
    ErEd Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function ErEd( _
       ByVal frEd As NToolBar, _
       ByVal GrEd As NImage, _
       ByVal hrEd As NCommand _
    ) As NComboBox
    'Usage
     
    
    Dim instance As NCommandBarBuilder
    Dim frEd As NToolBar
    Dim GrEd As NImage
    Dim hrEd As NCommand
    Dim value As NComboBox
     
    value = instance.ErEd(frEd, GrEd, hrEd)

    Parameters

    frEd
    GrEd
    hrEd
    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