Nevron Open Vision Documentation
Nevron.Nov.Diagram.Editors Namespace / NPageDrawingScaleCategoryEditor Class / PopulateStackPanel Method


In This Topic
    PopulateStackPanel Method (NPageDrawingScaleCategoryEditor)
    In This Topic
    Populates the stack panel of the editor.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub PopulateStackPanel( _
       ByVal stackPanel As NStackPanel, _
       ByVal editors As NList(Of NEditor) _
    ) 
    'Usage
     
    
    Dim instance As NPageDrawingScaleCategoryEditor
    Dim stackPanel As NStackPanel
    Dim editors As NList(Of NEditor)
     
    instance.PopulateStackPanel(stackPanel, editors)
    protected override void PopulateStackPanel( 
       NStackPanel stackPanel,
       NList<NEditor> editors
    )

    Parameters

    stackPanel
    editors
    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