Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NDisplayVisitor Class / SkipBranchTraversal Method


In This Topic
    SkipBranchTraversal Method (NDisplayVisitor)
    In This Topic
    Determines whether the visitor needs to visit of the specified displayable branch.
    Syntax
    'Declaration
     
    
    Public Overridable Function SkipBranchTraversal( _
       ByVal displayable As NVisual _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NDisplayVisitor
    Dim displayable As NVisual
    Dim value As System.Boolean
     
    value = instance.SkipBranchTraversal(displayable)
    public virtual System.bool SkipBranchTraversal( 
       NVisual displayable
    )

    Parameters

    displayable

    Return Value

    true to skip branch traversal, otherwise false
    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