Method | Description | |
---|---|---|
Caret ( |
||
Dispose ( ) : void | ||
RecreateCaret ( ) : void | ||
UpdateCaretPosition ( ) : void | ||
ValidateCaretPos ( ) : void | If the caret position is outside the document text bounds it is set to the correct position by calling ValidateCaretPos. | |
ValidatePosition ( TextLocation pos ) : TextLocation |
Method | Description | |
---|---|---|
OnCaretModeChanged ( |
||
OnPositionChanged ( |
Method | Description | |
---|---|---|
CreateCaret ( ) : void | ||
DisposeCaret ( ) : void | ||
FirePositionChangedAfterUpdateEnd ( object sender, |
||
GotFocus ( object sender, |
||
Log ( string text ) : void | ||
LostFocus ( object sender, |
||
OnEndUpdate ( ) : void | ||
PaintCaret ( |
||
PaintCaretLine ( |
protected OnCaretModeChanged ( |
||
e | ||
return | void |
protected OnPositionChanged ( |
||
e | ||
return | void |
public ValidatePosition ( TextLocation pos ) : TextLocation | ||
pos | TextLocation | |
return | TextLocation |