AvalonEdit
ExpectInsertionBeforeStart Property
NamespacesICSharpCode.AvalonEdit.CodeCompletionCompletionWindowBaseExpectInsertionBeforeStart
Gets/sets whether the completion window should expect text insertion at the start offset, which not go into the completion region, but before it.
Declaration Syntax
C#Visual BasicVisual C++
public bool ExpectInsertionBeforeStart { get; set; }
Public Property ExpectInsertionBeforeStart As Boolean
	Get
	Set
public:
property bool ExpectInsertionBeforeStart {
	bool get ();
	void set (bool value);
}
Remarks
This property allows only a single insertion, it is reset to false when that insertion has occurred.

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