Share via


UITextView.MarkedTextRange Property

Definition

The currently marked range of text in a given document.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UITextRange MarkedTextRange { [Foundation.Export("markedTextRange")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("markedTextRange")>]
member this.MarkedTextRange : UIKit.UITextRange

Property Value

If there is no text marked, the value is null; all else is provisionally inserted requiring user confirmation.

Implements

Attributes

Applies to