IUITextInput.MarkedTextRange 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 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