AvalonEdit
HideCursorWhileTyping Property
NamespacesICSharpCode.AvalonEditTextEditorOptionsHideCursorWhileTyping
Gets/Sets if mouse cursor should be hidden while user is typing.
Declaration Syntax
C#Visual BasicVisual C++
public bool HideCursorWhileTyping { get; set; }
Public Property HideCursorWhileTyping As Boolean
	Get
	Set
public:
property bool HideCursorWhileTyping {
	bool get ();
	void set (bool value);
}

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