Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NCaret Class / SkipBranchDisplayTraversal Method


In This Topic
    SkipBranchDisplayTraversal Method (NCaret)
    In This Topic
    Determines whether the visitor needs to visit this displayable branch.
    Syntax
    'Declaration
     
    
    Protected Overrides Function SkipBranchDisplayTraversal( _
       ByVal visitor As NDisplayVisitor _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NCaret
    Dim visitor As NDisplayVisitor
    Dim value As System.Boolean
     
    value = instance.SkipBranchDisplayTraversal(visitor)
    protected override System.bool SkipBranchDisplayTraversal( 
       NDisplayVisitor visitor
    )

    Parameters

    visitor

    Return Value

    true if the branch must be skipped, 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