Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 629 Bytes

textbox_selectionstart.md

File metadata and controls

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

Windows.UI.Xaml.Controls.TextBox.SelectionStart

-description

Gets or sets the starting position of the text selected in the text box. When the SelectionLength is 0 (there is no selected text), the SelectionStart property corresponds to the cursor position.

-xaml-syntax

<TextBox SelectionStart="int"/>

-property-value

The starting position of the current selection or the current cursor position.

-remarks

-examples

-see-also