Nevron Open Vision Documentation
Nevron.Nov.Diagram.DrawingCommands Namespace / NShowLayoutDialogCommandAction Class / Execute Method
The schema of the layout that should be initially selected or null for automatically selecting the best layout for the active page.


In This Topic
    Execute Method (NShowLayoutDialogCommandAction)
    In This Topic
    Executes this command action.
    Syntax
    'Declaration
     
    
    Public Overrides Sub Execute( _
       ByVal target As NNode, _
       ByVal parameter As System.Object _
    ) 
    'Usage
     
    
    Dim instance As NShowLayoutDialogCommandAction
    Dim target As NNode
    Dim parameter As System.Object
     
    instance.Execute(target, parameter)
    public override void Execute( 
       NNode target,
       System.object parameter
    )

    Parameters

    target
    parameter
    The schema of the layout that should be initially selected or null for automatically selecting the best layout for the active page.
    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