Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NCommandBarBuilder Class / YQEd<ArEd> Method


In This Topic
    YQEd<ArEd> Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function YQEd(Of ArEd As {New, NSplitButton})( _
       ByVal brEd As NToolBar, _
       ByVal CrEd As NImage, _
       ByVal drEd As NCommand _
    ) As ArEd
    'Usage
     
    
    Dim instance As NCommandBarBuilder
    Dim brEd As NToolBar
    Dim CrEd As NImage
    Dim drEd As NCommand
    Dim value As ArEd
     
    value = instance.YQEd(Of ArEd)(brEd, CrEd, drEd)
    internal ArEd YQEd<ArEd>( 
       NToolBar brEd,
       NImage CrEd,
       NCommand drEd
    )
    where ArEd: new(), NSplitButton

    Parameters

    brEd
    CrEd
    drEd

    Type Parameters

    ArEd
    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