Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeNodeFilter Class / FilterCore Method
The node to examine.


In This Topic
    FilterCore Method (NTreeNodeFilter)
    In This Topic
    Preform the core filter functionality.
    Syntax
    'Declaration
     
    
    Protected Overridable Function FilterCore( _
       ByVal node As NTreeNode _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NTreeNodeFilter
    Dim node As NTreeNode
    Dim value As System.Boolean
     
    value = instance.FilterCore(node)
    protected virtual System.bool FilterCore( 
       NTreeNode node
    )

    Parameters

    node
    The node to examine.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also