IUITextInput.UnmarkText Method
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.
Unmarks all currently marked text within a document
[Foundation.Export("unmarkText")]
[Foundation.Preserve(Conditional=true)]
public void UnmarkText ();
abstract member UnmarkText : unit -> unit
- Attributes
Remarks
Subsequent to this method being called, the value of "MarkedTextRange" is set to null
.