Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 536 Bytes

textbox_selectionlength.md

File metadata and controls

30 lines (19 loc) · 536 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.TextBox.SelectionLength
winrt property

Windows.UI.Xaml.Controls.TextBox.SelectionLength

-description

Gets or sets the number of characters in the current selection in the text box.

-xaml-syntax

<TextBox SelectionLength="int"/>

-property-value

The number of characters in the current selection in the text box, or 0 if there is no selection.

-remarks

-examples

-see-also