Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeNodeNameFilter Class
Properties Methods


In This Topic
    NTreeNodeNameFilter Class Members
    In This Topic

    The following tables list the members exposed by NTreeNodeNameFilter.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyDetermines whether only branch nodes will be considered. (Inherited from Nevron.UI.WinForm.Controls.NTreeNodeFilter)
    Public PropertyDetermines whether the string search will be case sensitive. (Inherited from Nevron.UI.WinForm.Controls.NTreeNodeStringFilter)
    Public Property (Inherited from Nevron.UI.WinForm.Controls.NTreeNodeStringFilter)
    Public PropertyDetermines whether only leaf nodes will be considered. (Inherited from Nevron.UI.WinForm.Controls.NTreeNodeFilter)
    Public PropertyGets/sets the common string options to be applied. (Inherited from Nevron.UI.WinForm.Controls.NTreeNodeStringFilter)
    Public PropertyGets/sets the text to be compared when the Match method is called (Inherited from Nevron.UI.WinForm.Controls.NTreeNodeStringFilter)
    Public PropertyDetermines whether only visible nodes will be considered. (Inherited from Nevron.UI.WinForm.Controls.NTreeNodeFilter)
    Top
    Public Methods
     NameDescription
    Public MethodCreates an identical copy of this instance (Inherited from Nevron.Filters.NFilter)
    Public MethodExamines the node and determines whether it satisfies the current filter. (Inherited from Nevron.UI.WinForm.Controls.NTreeNodeFilter)
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from Nevron.UI.WinForm.Controls.NTreeNodeStringFilter)
    Protected MethodOverridden. Determines whether the specified node's text matches this filter.  
    Top
    See Also