IUITextInput.SelectedTextRange 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.
The range of a document's selected text.
[Foundation.Preserve(Conditional=true)]
public UIKit.UITextRange SelectedTextRange { [Foundation.Export("selectedTextRange", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setSelectedTextRange:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.SelectedTextRange : UIKit.UITextRange with get, set
Property Value
If there is no current specified selection, then it is set to null
.
- Attributes
Remarks
If the specified range has length, it specifies currently selected text; if zero length, it specifies only the caret at the insertion point.