AvalonEdit
IsFiltering Property
NamespacesICSharpCode.AvalonEdit.CodeCompletionCompletionListIsFiltering
If true, the CompletionList is filtered to show only matching items. Also enables search by substring. If false, enables the old behavior: no filtering, search by string.StartsWith.
Declaration Syntax
C#Visual BasicVisual C++
public bool IsFiltering { get; set; }
Public Property IsFiltering As Boolean
	Get
	Set
public:
property bool IsFiltering {
	bool get ();
	void set (bool value);
}

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238