IUITextInput.MarkedTextRange Property

Definition

The currently marked range of text in a given document.

[Foundation.Preserve(Conditional=true)]
public UIKit.UITextRange MarkedTextRange { [Foundation.Export("markedTextRange")] get; }
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.

Attributes

Applies to