Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 613 Bytes

itextselection_typetext_1057462778.md

File metadata and controls

26 lines (17 loc) · 613 Bytes
-api-id -api-type
M:Windows.UI.Text.ITextSelection.TypeText(System.String)
winrt method

Windows.UI.Text.ITextSelection.TypeText

-description

Enters text into the selection as if someone typed it.

-parameters

-param value

The text string to type into this selection.

-remarks

This method is similar to the underlying ITextDocument.SetText method, but is sensitive to the Insert or Overtype key state and UI settings like AutoCorrect and smart quotes.

-examples

-see-also