UITextField.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.
This property returns the range of text that is selected.
public virtual 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
Implements
- Attributes