AvalonEdit
EndOffset Property
NamespacesICSharpCode.AvalonEdit.CodeCompletionCompletionWindowBaseEndOffset
Gets/Sets the end of the text range in which the completion window stays open. This text portion is used to determine the text used to select an entry in the completion list by typing.
Declaration Syntax
C#Visual BasicVisual C++
public int EndOffset { get; set; }
Public Property EndOffset As Integer
	Get
	Set
public:
property int EndOffset {
	int get ();
	void set (int value);
}

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