Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 496 Bytes

textbox_select_1267437592.md

File metadata and controls

28 lines (18 loc) · 496 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Controls.TextBox.Select(System.Int32,System.Int32)
winrt method

Windows.UI.Xaml.Controls.TextBox.Select

-description

Selects a range of text in the text box.

-parameters

-param start

The zero-based index of the first character in the selection.

-param length

The length of the selection, in characters.

-remarks

-examples

-see-also