Click or drag to resize
TextSelectionTypeText Method
Types the string given by text at this selection as if someone typed it. This is similar to setting the Text property, but is sensitive to the Insert/Overtype key state and UI settings like AutoCorrect and smart quotes.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public void TypeText(
	string text
)

Parameters

text
Type: SystemString
String to type into this selection.
See Also