Property | Type | Description | |
---|---|---|---|
Blink | bool |
Method | Description | |
---|---|---|
Caret ( |
Caret constructor
|
|
CaretMoved ( bool Select ) : void | ||
CropPosition ( ) : void |
Confines the caret to a valid position within the active document
|
|
CurrentSegment ( ) : |
Gets the word that the caret is placed on. This only applies if the active row is fully parsed.
|
|
GetWord ( int countBefore ) : |
||
GetWordText ( int countBefore ) : string | ||
MoveAbsoluteEnd ( bool Select ) : void |
Moves the caret to the absolute end of the active row
|
|
MoveAbsoluteHome ( bool Select ) : void |
Moves the caret to the first column of the active row
|
|
MoveDown ( bool Select ) : void |
Moves the caret down one row.
|
|
MoveDown ( int rows, bool Select ) : void |
Moves the caret down x rows.
|
|
MoveEnd ( bool Select ) : void |
Moves the caret to the end of a row ignoring any whitespace characters at the end of the row
|
|
MoveHome ( bool Select ) : void |
Moves the caret to the first non whitespace column at the active row
|
|
MoveLeft ( bool Select ) : void |
Moves the caret left one step. if the caret is placed at the first column the caret will be moved up one line and placed at the last column of the row.
|
|
MoveRight ( bool Select ) : void |
Moves the caret right one step. if the caret is placed at the last column of a row the caret will move down one row and be placed at the first column of that row.
|
|
MoveUp ( bool Select ) : void |
Moves the caret up one row.
|
|
MoveUp ( int rows, bool Select ) : void |
Moves the caret up x rows
|
|
SetPos ( |
Sets the position of the caret
|
Method | Description | |
---|---|---|
OnChange ( ) : void | ||
PositionChange ( object s, |
||
RememberXPos ( ) : void |
public Caret ( |
||
control | The control that will use the caret | |
return | System |
public GetWord ( int countBefore ) : |
||
countBefore | int | |
return |
public GetWordText ( int countBefore ) : string | ||
countBefore | int | |
return | string |
public MoveAbsoluteEnd ( bool Select ) : void | ||
Select | bool | True if a selection should be created from the current caret pos to the new pos |
return | void |
public MoveAbsoluteHome ( bool Select ) : void | ||
Select | bool | True if a selection should be created from the current caret pos to the new pos |
return | void |
public MoveDown ( bool Select ) : void | ||
Select | bool | True if a selection should be created from the current caret pos to the new pos |
return | void |
public MoveDown ( int rows, bool Select ) : void | ||
rows | int | The number of rows the caret should be moved down |
Select | bool | True if a selection should be created from the current caret pos to the new pos |
return | void |
public MoveEnd ( bool Select ) : void | ||
Select | bool | True if a selection should be created from the current caret pos to the new pos |
return | void |
public MoveHome ( bool Select ) : void | ||
Select | bool | True if a selection should be created from the current caret pos to the new pos |
return | void |
public MoveLeft ( bool Select ) : void | ||
Select | bool | True if a selection should be created from the current caret pos to the new pos |
return | void |
public MoveRight ( bool Select ) : void | ||
Select | bool | True if a selection should be created from the current caret pos to the new pos |
return | void |
public MoveUp ( bool Select ) : void | ||
Select | bool | True if a selection should be created from the current caret pos to the new pos |
return | void |
public MoveUp ( int rows, bool Select ) : void | ||
rows | int | Number of rows the caret should be moved up |
Select | bool | True if a selection should be created from the current caret pos to the new pos |
return | void |
public SetPos ( |
||
pos | Point containing the new x and y positions | |
return | void |