AvalonEdit
ShowBoxForControlCharacters Property
NamespacesICSharpCode.AvalonEditTextEditorOptionsShowBoxForControlCharacters
Gets/Sets whether to show a box with the hex code for control characters.
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool ShowBoxForControlCharacters { get; set; }
Public Overridable Property ShowBoxForControlCharacters As Boolean
	Get
	Set
public:
virtual property bool ShowBoxForControlCharacters {
	bool get ();
	void set (bool value);
}
Remarks
The default value is true.

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