CoreTextSelectionRequest.Selection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.