AvalonEdit
IgnoreCase Property
NamespacesICSharpCode.AvalonEdit.Highlighting.XshdXshdRuleSetIgnoreCase
Gets/sets whether the case is ignored in expressions inside this rule set.
Declaration Syntax
C#Visual BasicVisual C++
public Nullable<bool> IgnoreCase { get; set; }
Public Property IgnoreCase As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool> IgnoreCase {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}

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