Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NEditorWindow Class / MnIb<nnIb> Method


In This Topic
    MnIb<nnIb> Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function MnIb(Of nnIb)( _
       ByVal OnIb As NEditor, _
       ByVal pnIb As NWindow, _
       ByVal QnIb As Nevron.Nov.Function(Of nnIb) _
    ) As NEditorWindow
    'Usage
     
    
    Dim OnIb As NEditor
    Dim pnIb As NWindow
    Dim QnIb As Nevron.Nov.Function(Of nnIb)
    Dim value As NEditorWindow
     
    value = NEditorWindow.MnIb(Of nnIb)(OnIb, pnIb, QnIb)
    internal static NEditorWindow MnIb<nnIb>( 
       NEditor OnIb,
       NWindow pnIb,
       Nevron.Nov.Function<nnIb> QnIb
    )

    Parameters

    OnIb
    pnIb
    QnIb

    Type Parameters

    nnIb
    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