Property | Type | Description | |
---|---|---|---|
AutoListStartPos | |||
InfoTipStartPos | |||
Painter | IPainter | ||
View |
Property | Type | Description | |
---|---|---|---|
AutoListDoubleClick | void | ||
BeginDragDrop | void | ||
CaretChanged | void | ||
CaretTimer_Tick | void | ||
CharType | int | ||
CopyText | void | ||
CreateAutoList | void | ||
CreateFindForm | void | ||
CreateInfoTip | void | ||
DeleteBackwards | void | ||
DeleteForward | void | ||
DoResize | void | ||
EditViewControl_Enter | void | ||
EditViewControl_Leave | void | ||
InitializeComponent | void | ||
InsertEnter | void | ||
InsertText | void | ||
IntelliMouse_BeginScroll | void | ||
IntelliMouse_EndScroll | void | ||
IntelliMouse_Scroll | void | ||
MoveCaretToNextWord | void | ||
MoveCaretToPrevWord | void | ||
OnCaretChange | void | ||
OnClipboardUpdated | void | ||
OnRowClick | void | ||
OnRowDoubleClick | void | ||
OnRowMouseDown | void | ||
OnRowMouseMove | void | ||
OnRowMouseUp | void | ||
OnSelectionChange | void | ||
OutdentEndRow | void | ||
PasteText | void | ||
Redraw | void | ||
RedrawCaret | void | ||
ScrollScreen | void | ||
SelectCurrentWord | void | ||
SelectPattern | void | ||
SelectionChanged | void | ||
SetFocus | void | ||
SetMouseCursor | void | ||
hScroll_Scroll | void | ||
vScroll_Scroll | void |
Method | Description | |
---|---|---|
AutoListBeginLoad ( ) : void | ||
AutoListEndLoad ( ) : void | ||
CalcMaxCharWidth ( ) : void | ||
CharFromPixel ( int x, int y ) : |
Returns a point where x is the column and y is the row from a given pixel position.
|
|
ClearSelection ( ) : void |
Clears the active selection.
|
|
Copy ( ) : void |
Copies selected text to clipboard. (control + c)
|
|
Cut ( ) : void |
Cuts selected text to clipboard. (control + x)
|
|
CutClear ( ) : void | ||
Delete ( ) : void |
Deletes selected text if possible otherwise deletes forward. (delete key)
|
|
EditViewControl ( SyntaxBoxControl Parent ) : System |
Default constructor for the SyntaxBoxControl
|
|
FindNext ( ) : void | ||
GotoLine ( int RowIndex ) : void |
Places the caret on a specified line and scrolls the caret into view.
|
|
GotoNextBookmark ( ) : void |
Moves the caret to the next line that has a bookmark.
|
|
GotoPreviousBookmark ( ) : void |
Moves the caret to the previous line that has a bookmark.
|
|
InitGraphics ( ) : void | ||
InitScrollbars ( ) : void | ||
InitVars ( ) : void | ||
InsertAutolistText ( ) : void | ||
IsOverSelection ( int x, int y ) : bool |
Returns if a specified pixel position is over the current selection.
|
|
OnChange ( ) : void | ||
OnParse ( ) : void | ||
Paste ( ) : void |
Paste text from clipboard to current caret position. (control + v)
|
|
Redo ( ) : void |
Redo last undo action. (control + y)
|
|
RemoveCurrentRow ( ) : void |
Removes the current row
|
|
RemoveFocus ( ) : void | ||
ReplaceSelection ( string text ) : bool | ||
ScrollIntoView ( ) : void |
Scrolls the caret into view.
|
|
ScrollIntoView ( |
Scrolls a given position in the text into view.
|
|
ScrollIntoView ( int RowIndex ) : void | ||
SelectAll ( ) : void |
Selects all text in the active document. (control + a)
|
|
SelectNext ( string Pattern, bool MatchCase, bool WholeWords, bool UseRegEx ) : bool |
Selects next occurance of the given pattern.
|
|
SetMaxHorizontalScroll ( ) : void | ||
ShowFind ( ) : void | ||
ShowGotoLine ( ) : void |
Displays the GotoLine dialog.
|
|
ShowReplace ( ) : void | ||
ShowSettings ( ) : void |
-
|
|
ToggleBookmark ( ) : void |
Toggles a bookmark on/off on the active row.
|
|
Undo ( ) : void |
Undo last edit action. (control + z)
|
Method | Description | |
---|---|---|
CopyAsRTF ( ) : void | ||
Dispose ( bool disposing ) : void |
|
|
IsInputChar ( char c ) : bool | ||
IsInputKey ( Keys key ) : bool |
For public use only
|
|
OnClick ( |
||
OnDoubleClick ( |
Overrides the default OnDoubleClick
|
|
OnDragDrop ( |
Overrides the default OnDragDrop
|
|
OnDragEnter ( |
Overrides the default OnDragEnter
|
|
OnDragLeave ( |
Overrides the default OnDragLeave
|
|
OnDragOver ( |
Overrides the default OnDragOver
|
|
OnKeyDown ( |
Overrides the default OnKeyDown
|
|
OnKeyPress ( |
Overrides the default OnKeyPress
|
|
OnLoad ( |
||
OnMouseDown ( MouseEventArgs e ) : void |
Overrides the default OnMouseDown
|
|
OnMouseLeave ( |
||
OnMouseMove ( MouseEventArgs e ) : void |
Overrides the default OnMouseMove
|
|
OnMouseUp ( MouseEventArgs e ) : void |
Overrides the default OnMouseUp
|
|
OnMouseWheel ( MouseEventArgs e ) : void |
Overrides the default OnMouseWheel
|
|
OnPaint ( PaintEventArgs e ) : void |
Overrides the default OnPaint
|
|
OnResize ( |
Overrides the default OnResize
|
|
OnVisibleChanged ( |
||
WndProc ( Message &m ) : void |
Method | Description | |
---|---|---|
AutoListDoubleClick ( object sender, |
||
BeginDragDrop ( ) : void | ||
CaretChanged ( object s, |
||
CaretTimer_Tick ( object sender, |
||
CharType ( string s ) : int | ||
CopyText ( ) : void | ||
CreateAutoList ( ) : void | ||
CreateFindForm ( ) : void | ||
CreateInfoTip ( ) : void | ||
DeleteBackwards ( ) : void | ||
DeleteForward ( ) : void | ||
DoResize ( ) : void | ||
EditViewControl_Enter ( object sender, |
||
EditViewControl_Leave ( object sender, |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
InsertEnter ( ) : void | ||
InsertText ( string text ) : void | ||
IntelliMouse_BeginScroll ( object sender, |
||
IntelliMouse_EndScroll ( object sender, |
||
IntelliMouse_Scroll ( object sender, IntelliMouse e ) : void | ||
MoveCaretToNextWord ( bool Select ) : void | ||
MoveCaretToPrevWord ( bool Select ) : void | ||
OnCaretChange ( ) : void | ||
OnClipboardUpdated ( |
||
OnRowClick ( |
||
OnRowDoubleClick ( |
||
OnRowMouseDown ( |
||
OnRowMouseMove ( |
||
OnRowMouseUp ( |
||
OnSelectionChange ( ) : void | ||
OutdentEndRow ( ) : void | ||
PasteText ( ) : void | ||
Redraw ( ) : void | ||
RedrawCaret ( ) : void | ||
ScrollScreen ( int Amount ) : void | ||
SelectCurrentWord ( ) : void | ||
SelectPattern ( int RowIndex, int Column, int Length ) : void | ||
SelectionChanged ( object s, |
||
SetFocus ( ) : void | ||
SetMouseCursor ( int x, int y ) : void | ||
hScroll_Scroll ( object sender, |
||
vScroll_Scroll ( object sender, |
public CharFromPixel ( int x, int y ) : |
||
x | int | X Position in pixels |
y | int | Y Position in pixels |
return |
public EditViewControl ( SyntaxBoxControl Parent ) : System | ||
Parent | SyntaxBoxControl | |
return | System |
public GotoLine ( int RowIndex ) : void | ||
RowIndex | int | the zero based index of the line to jump to |
return | void |
public IsOverSelection ( int x, int y ) : bool | ||
x | int | X Position in pixels |
y | int | Y Position in pixels |
return | bool |
protected OnDoubleClick ( |
||
e | ||
return | void |
protected OnDragDrop ( |
||
drgevent | ||
return | void |
protected OnDragEnter ( |
||
drgevent | ||
return | void |
protected OnDragLeave ( |
||
e | ||
return | void |
protected OnDragOver ( |
||
drgevent | ||
return | void |
protected OnKeyDown ( |
||
e | ||
return | void |
protected OnKeyPress ( |
||
e | ||
return | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseLeave ( |
||
e | ||
return | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseWheel ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnResize ( |
||
e | ||
return | void |
protected OnVisibleChanged ( |
||
e | ||
return | void |
public ReplaceSelection ( string text ) : bool | ||
text | string | |
return | bool |
public ScrollIntoView ( |
||
Pos | Position in text | |
return | void |
public ScrollIntoView ( int RowIndex ) : void | ||
RowIndex | int | |
return | void |
public SelectNext ( string Pattern, bool MatchCase, bool WholeWords, bool UseRegEx ) : bool | ||
Pattern | string | Pattern to find |
MatchCase | bool | Case sensitive |
WholeWords | bool | Match whole words only |
UseRegEx | bool | |
return | bool |
public TextPoint,Alsing.SourceCode AutoListStartPos | ||
return |
public TextPoint,Alsing.SourceCode InfoTipStartPos | ||
return |