Markdown Monster Class Reference
MarkdownEditorSimpleInterop.SetSelection
Table of Contents
On this page:

MarkdownEditorSimpleInterop.SetSelection

Sets the value of the current cursor insertion point. Either the cursor position or if selection is active replaces the entire selection with the text passed.

public Task SetSelection(string text)

Overloads

public Task SetSelectionRange(int startRow, int startColumn, int endRow, int endColumn)

© West Wind Technologies, 2025 • updated: Feb 25, 2025
Comment or report problem with topic