Share via


CoreTextSelectionRequest.Selection Property

Definition

Gets or sets the selection range that the text input server is requesting. The application should set the current range of selection before returning from the event handler.

public:
 property CoreTextRange Selection { CoreTextRange get(); void set(CoreTextRange value); };
CoreTextRange Selection();

void Selection(CoreTextRange value);
public CoreTextRange Selection { get; set; }
var coreTextRange = coreTextSelectionRequest.selection;
coreTextSelectionRequest.selection = coreTextRange;
Public Property Selection As CoreTextRange

Property Value

The selection range that the server is requesting. The default is null.

Applies to