Nevron Open Vision Documentation
Nevron.Nov.Diagram.DrawingCommands Namespace / NViewPresentationCommandAction Class / CreatePresentationWindow Method


In This Topic
    CreatePresentationWindow Method
    In This Topic
    Creates a presentation window.
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreatePresentationWindow( _
       ByVal ownerWindow As NWindow _
    ) As NPresentationWindow
    'Usage
     
    
    Dim instance As NViewPresentationCommandAction
    Dim ownerWindow As NWindow
    Dim value As NPresentationWindow
     
    value = instance.CreatePresentationWindow(ownerWindow)
    protected virtual NPresentationWindow CreatePresentationWindow( 
       NWindow ownerWindow
    )

    Parameters

    ownerWindow

    Return Value

    The presentation window.
    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