Nevron Open Vision Documentation
Nevron.Nov.Diagram.DrawingCommands Namespace / NShowLayoutDialogCommandAction Class / CreateLayoutShapesDialog Method


In This Topic
    CreateLayoutShapesDialog Method
    In This Topic
    Creates the layout shapes dialog.
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreateLayoutShapesDialog( _
       ByVal parentWindow As NWindow _
    ) As NArrangeShapesDialog
    'Usage
     
    
    Dim instance As NShowLayoutDialogCommandAction
    Dim parentWindow As NWindow
    Dim value As NArrangeShapesDialog
     
    value = instance.CreateLayoutShapesDialog(parentWindow)
    protected virtual NArrangeShapesDialog CreateLayoutShapesDialog( 
       NWindow parentWindow
    )

    Parameters

    parentWindow
    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