AvalonEdit
MatchCase Property
NamespacesICSharpCode.AvalonEdit.SearchSearchPanelMatchCase
Gets/sets whether the search pattern should be interpreted case-sensitive.
Declaration Syntax
C#Visual BasicVisual C++
public bool MatchCase { get; set; }
Public Property MatchCase As Boolean
	Get
	Set
public:
property bool MatchCase {
	bool get ();
	void set (bool value);
}

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