Insert.insertTextAtCursor

Insert text at the cursor position.

mixintemplate Insert()
insertTextAtCursor
(
this T
)
(
string text
)

Parameters

text string

The text to insert.

Return Value

Type: auto

This widget to aid method chaining.

See Also

Meta