Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeNodeNameFilter Class / NTreeNodeNameFilter Constructor / NTreeNodeNameFilter Constructor(String,CommonStringOptions,Boolean)


In This Topic
    NTreeNodeNameFilter Constructor(String,CommonStringOptions,Boolean)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal text As System.String, _
       ByVal options As CommonStringOptions, _
       ByVal caseSensitive As System.Boolean _
    )
    'Usage
     
    
    Dim text As System.String
    Dim options As CommonStringOptions
    Dim caseSensitive As System.Boolean
     
    Dim instance As New NTreeNodeNameFilter(text, options, caseSensitive)
    public NTreeNodeNameFilter( 
       System.string text,
       CommonStringOptions options,
       System.bool caseSensitive
    )

    Parameters

    text
    options
    caseSensitive
    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