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


In This Topic
    IrEd Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function IrEd( _
       ByVal jrEd As NToolBar, _
       ByVal KrEd() As NImage, _
       ByVal lrEd() As System.String, _
       ByVal MrEd As NCommand _
    ) As NMenuSplitButton
    'Usage
     
    
    Dim instance As NCommandBarBuilder
    Dim jrEd As NToolBar
    Dim KrEd() As NImage
    Dim lrEd() As System.String
    Dim MrEd As NCommand
    Dim value As NMenuSplitButton
     
    value = instance.IrEd(jrEd, KrEd, lrEd, MrEd)
    internal NMenuSplitButton IrEd( 
       NToolBar jrEd,
       NImage[] KrEd,
       System.string[] lrEd,
       NCommand MrEd
    )

    Parameters

    jrEd
    KrEd
    lrEd
    MrEd
    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