This topic has not yet been rated - Rate this topic

RichTextBlock.Select method

Selects a range of text in the RichTextBlock.

Syntax


public void Select(
  TextPointer start, 
  TextPointer end
)

Parameters

start

Type: TextPointer

An object that represents the start of the range to select.

end

Type: TextPointer

An object that represents the end of the range to select.

Remarks

In Windows Presentation Foundation (WPF) and Microsoft Silverlight the equivalent API uses integer for start and end positions. This implementation uses TextPointer objects to specify the selection.

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

RichTextBlock

 

 

Build date: 3/12/2013

© 2013 Microsoft. All rights reserved.