Share via


UITextDropAction Enum

Definition

Enumerates behaviors in response to dropped text.

[ObjCRuntime.Native]
public enum UITextDropAction
[<ObjCRuntime.Native>]
type UITextDropAction = 
Inheritance
UITextDropAction
Attributes

Fields

Name Value Description
Insert 0

Indicates that dropped text is inserted at the insertion point, regardless of whether there is a text selection.

ReplaceSelection 1

Indicates that dropped text replaces the selected text in the target, or is inserted at the drop point if there is no selection.

ReplaceAll 2

Indicates that dropped text replaces all text in the target.

Applies to