Property | Type | Description | |
---|---|---|---|
CloseToolTip | void | ||
DocumentFoldingsChanged | void | ||
GenerateWhitespaceString | string | ||
InvalidateLines | void | ||
IsReadOnly | bool | ||
IsReadOnly | bool | ||
RaiseMouseMove | void | ||
SearchMatchingBracket | void | ||
SetToolTip | void | ||
ShowHiddenCursor | void | ||
TextContentChanged | void | ||
UpdateLine | void | ||
UpdateLine | void | ||
UpdateLineToEnd | void | ||
UpdateLines | void | ||
UpdateLines | void | ||
UpdateToEnd | void |
Method | Description | |
---|---|---|
BeginUpdate ( ) : void | ||
EndUpdate ( ) : void | ||
ExecuteDialogKey ( Keys keyData ) : bool |
This method executes a dialog key
|
|
FindMatchingBracketHighlight ( ) : |
||
InsertChar ( char ch ) : void | Inserts a single character at the caret position | |
InsertLeftMargin ( int index, |
||
InsertString ( string str ) : void | Inserts a whole string at the caret position | |
OptionsChanged ( ) : void | ||
Refresh ( |
||
ReplaceChar ( char ch ) : void | Replaces a char at the caret position | |
ScrollTo ( int line ) : void | ||
ScrollToCaret ( ) : void | ||
SetCaretToDesiredColumn ( ) : void | ||
SetDesiredColumn ( ) : void | ||
SimulateKeyPress ( char ch ) : void | ||
TextArea ( TextEditorControl motherTextEditorControl, TextAreaControl motherTextAreaControl ) : System | ||
UpdateMatchingBracket ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
HandleKeyPress ( char ch ) : bool |
This method is called on each Keypress
|
|
IsInputChar ( char charCode ) : bool | ||
OnKeyPress ( |
||
OnMouseDown ( System e ) : void | ||
OnMouseHover ( |
||
OnMouseLeave ( System e ) : void | ||
OnMouseMove ( MouseEventArgs e ) : void | ||
OnPaint ( System e ) : void | ||
OnPaintBackground ( System pevent ) : void | ||
OnToolTipRequest ( |
||
ProcessDialogKey ( Keys keyData ) : bool | ||
RequestToolTip ( Point mousePos ) : void |
Method | Description | |
---|---|---|
CloseToolTip ( ) : void | ||
DocumentFoldingsChanged ( object sender, |
||
GenerateWhitespaceString ( int length ) : string | ||
InvalidateLines ( int xPos, int lineBegin, int lineEnd ) : void | ||
IsReadOnly ( int offset ) : bool | ||
IsReadOnly ( int offset, int length ) : bool | ||
RaiseMouseMove ( MouseEventArgs e ) : void | ||
SearchMatchingBracket ( object sender, |
||
SetToolTip ( string text, int lineNumber ) : void | ||
ShowHiddenCursor ( bool forceShow ) : void |
Shows the mouse cursor if it has been hidden.
|
|
TextContentChanged ( object sender, EventArgs e ) : void | ||
UpdateLine ( int line ) : void | ||
UpdateLine ( int line, int begin, int end ) : void | ||
UpdateLineToEnd ( int lineNr, int xStart ) : void | ||
UpdateLines ( int lineBegin, int lineEnd ) : void | ||
UpdateLines ( int xPos, int lineBegin, int lineEnd ) : void | ||
UpdateToEnd ( int lineBegin ) : void |
public ExecuteDialogKey ( Keys keyData ) : bool | ||
keyData | Keys | |
return | bool |
public FindMatchingBracketHighlight ( ) : |
||
return |
public InsertLeftMargin ( int index, |
||
index | int | |
margin | ||
return | void |
protected IsInputChar ( char charCode ) : bool | ||
charCode | char | |
return | bool |
protected OnKeyPress ( |
||
e | ||
return | void |
protected OnMouseHover ( |
||
e | ||
return | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnPaintBackground ( System pevent ) : void | ||
pevent | System | |
return | void |
protected OnToolTipRequest ( |
||
e | ||
return | void |
protected ProcessDialogKey ( Keys keyData ) : bool | ||
keyData | Keys | |
return | bool |
public Refresh ( |
||
margin | ||
return | void |
protected RequestToolTip ( Point mousePos ) : void | ||
mousePos | Point | |
return | void |
public TextArea ( TextEditorControl motherTextEditorControl, TextAreaControl motherTextAreaControl ) : System | ||
motherTextEditorControl | TextEditorControl | |
motherTextAreaControl | TextAreaControl | |
return | System |