API ReferenceEditor
TextCursorclass
object→TextCursor
Methods6
Showing 6 methods
public void ClearSelection()
Returns:
void—protected virtual override void Finalize()
Returns:
void—public void InsertHtml(string str)
| Parameter | Type | Description |
|---|---|---|
| str | string | — |
Returns:
void—public void InsertText(string str)
| Parameter | Type | Description |
|---|---|---|
| str | string | — |
Returns:
void—public void RemoveSelectedText()
Returns:
void—public void SelectBlockUnderCursor()
Returns:
void—No results match this filter.
Properties7
Showing 7 properties
public int Editor.TextCursor.BlockNumber { get; set; }
Returns:
int—public int Editor.TextCursor.ColumnNumber { get; set; }
Returns:
int—public bool Editor.TextCursor.HasSelection { get; set; }
Returns:
bool—public int Editor.TextCursor.Position { get; set; }
Returns:
int—public string Editor.TextCursor.SelectedText { get; set; }
Returns:
string—public int Editor.TextCursor.SelectionEnd { get; set; }
Returns:
int—public int Editor.TextCursor.SelectionStart { get; set; }
Returns:
int—No results match this filter.