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


In This Topic
    QQEd Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub QQEd( _
       ByVal rQEd As NToolBar, _
       ByVal SQEd As NImage, _
       ByVal tQEd As NCommand _
    ) 
    'Usage
     
    
    Dim instance As NCommandBarBuilder
    Dim rQEd As NToolBar
    Dim SQEd As NImage
    Dim tQEd As NCommand
     
    instance.QQEd(rQEd, SQEd, tQEd)
    internal void QQEd( 
       NToolBar rQEd,
       NImage SQEd,
       NCommand tQEd
    )

    Parameters

    rQEd
    SQEd
    tQEd
    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