This topic has not yet been rated - Rate this topic

TextBox.Select method

Selects a range of text in the text box.

Syntax


public:
void Select(
  int start, 
  int length
)

Parameters

start

Type: System.Int32 [.NET] | int32 [C++]

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

length

Type: System.Int32 [.NET] | int32 [C++]

The length of the selection, in characters.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Controls
Windows::UI::Xaml::Controls [C++]

Metadata

Windows.winmd

See also

TextBox

 

 

Build date: 3/12/2013

© 2013 Microsoft. All rights reserved.