AvalonEdit
StartOffset Property
NamespacesICSharpCode.AvalonEdit.CodeCompletionCompletionWindowBaseStartOffset
Gets/Sets the start 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 StartOffset { get; set; }
Public Property StartOffset As Integer
	Get
	Set
public:
property int StartOffset {
	int get ();
	void set (int value);
}

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