Nevron Open Vision Documentation
Nevron.Nov.WinFormControls Namespace / NStackPanelControl Class / GetPathFromAncestor Method


In This Topic
    GetPathFromAncestor Method (NStackPanelControl)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetPathFromAncestor( _
       ByVal ancestor As NNode, _
       ByVal includeNode As System.Boolean, _
       ByVal includeAncestor As System.Boolean _
    ) As NList(Of NNode)
    'Usage
     
    
    Dim instance As NStackPanelControl
    Dim ancestor As NNode
    Dim includeNode As System.Boolean
    Dim includeAncestor As System.Boolean
    Dim value As NList(Of NNode)
     
    value = instance.GetPathFromAncestor(ancestor, includeNode, includeAncestor)
    public NList<NNode> GetPathFromAncestor( 
       NNode ancestor,
       System.bool includeNode,
       System.bool includeAncestor
    )

    Parameters

    ancestor
    includeNode
    includeAncestor
    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