ICSharpCode.TextEditor.Caret.ManagedCaret.ManagedCaret C# (CSharp) Method

ManagedCaret() public method

public ManagedCaret ( Caret caret ) : System
caret Caret
return System
			public ManagedCaret(Caret caret)
			{
				base.RequireRedrawOnPositionChange = true;
				this.textArea = caret.textArea;
				this.parentCaret = caret;
				timer.Tick += CaretTimerTick;
			}