Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeNodeNameFilter Class / FilterCore Method


In This Topic
    FilterCore Method (NTreeNodeNameFilter)
    In This Topic
    Determines whether the specified node's text matches this filter.
    Syntax
    'Declaration
     
    
    Protected Overrides Function FilterCore( _
       ByVal node As NTreeNode _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NTreeNodeNameFilter
    Dim node As NTreeNode
    Dim value As System.Boolean
     
    value = instance.FilterCore(node)
    protected override System.bool FilterCore( 
       NTreeNode node
    )

    Parameters

    node
    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