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


In This Topic
    MQEd Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub MQEd( _
       ByVal nQEd As NToolBar, _
       ByVal OQEd As NImage, _
       ByVal pQEd As NCommand _
    ) 
    'Usage
     
    
    Dim instance As NCommandBarBuilder
    Dim nQEd As NToolBar
    Dim OQEd As NImage
    Dim pQEd As NCommand
     
    instance.MQEd(nQEd, OQEd, pQEd)
    internal void MQEd( 
       NToolBar nQEd,
       NImage OQEd,
       NCommand pQEd
    )

    Parameters

    nQEd
    OQEd
    pQEd
    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