Share via


CoreTextSelectionUpdatingEventArgs.Selection Property

Definition

Gets a value that indicates the range of text that the text input server indicates should be selected. The server populates this property before raising the event.

public:
 property CoreTextRange Selection { CoreTextRange get(); };
CoreTextRange Selection();
public CoreTextRange Selection { get; }
var coreTextRange = coreTextSelectionUpdatingEventArgs.selection;
Public ReadOnly Property Selection As CoreTextRange

Property Value

The range of text that the server indicates should be selected.

Applies to