IUITextDraggable
IUITextDraggable
Interface
Definition
Interface for treating a text view as a drag source.
[Foundation.Protocol(Name="UITextDraggable", WrapperType=typeof(UIKit.UITextDraggableWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUITextDraggable : IDisposable, UIKit.IUITextInput
type IUITextDraggable = interface
interface INativeObject
interface IDisposable
interface IUIKeyInput
interface IUITextInputTraits
interface IUITextInput
- Derived
- Attributes
- Implements
Properties
AutocapitalizationType AutocapitalizationType |
The UITextAutocapitalizationType used by the IUITextInput. (Inherited from IUITextInputTraits) |
AutocorrectionType AutocorrectionType |
The UITextAutocorrectionType used by the IUITextInput. (Inherited from IUITextInputTraits) |
BeginningOfDocument BeginningOfDocument |
The position of text indicating the beginning of a document. (Inherited from IUITextInput) |
EnablesReturnKeyAutomatically EnablesReturnKeyAutomatically |
Whether the return key is automatically enabled. (Inherited from IUITextInputTraits) |
EndOfDocument EndOfDocument |
The position of text indicating the beginning of a document. (Inherited from IUITextInput) |
Handle Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
HasText HasText |
Gets a value that tells whether the key input has text in it. (Inherited from IUIKeyInput) |
KeyboardAppearance KeyboardAppearance |
The UIKeyboardAppearance used by the IUITextInput (Inherited from IUITextInputTraits) |
KeyboardType KeyboardType |
The UIKeyboardType used by the IUITextInput. (Inherited from IUITextInputTraits) |
MarkedTextRange MarkedTextRange |
The currently marked range of text in a given document. (Inherited from IUITextInput) |
MarkedTextStyle MarkedTextStyle |
Attribute dictionary describing how text should be drawn. (Inherited from IUITextInput) |
ReturnKeyType ReturnKeyType |
The form of the return key for the IUITextInput. (Inherited from IUITextInputTraits) |
SecureTextEntry SecureTextEntry |
Whether the entered text should be hidden. (Inherited from IUITextInputTraits) |
SelectedTextRange SelectedTextRange |
The range of a document's selected text. (Inherited from IUITextInput) |
SpellCheckingType SpellCheckingType |
Gets or sets a value that tells whether spell-checking is on, off, or if spell-checking will be enabled only when auto-complete is enabled (default). (Inherited from IUITextInputTraits) |
TextDragActive TextDragActive |
Gets a Boolean value that tells whether a drag session is active for the text view. |
TextDragDelegate TextDragDelegate |
Gets or sets a delegate for managing drag source behavior. |
TextDragInteraction TextDragInteraction |
Gets the drag interaction on the text view. |
TextDragOptions TextDragOptions |
Gets a value that controls how formatting is displayed in dragged text. |
WeakInputDelegate WeakInputDelegate |
Indicates a weak input delegate. (Inherited from IUITextInput) |
WeakTokenizer WeakTokenizer |
Indicates a weak tokenizer. (Inherited from IUITextInput) |
Methods
Extension Methods
Applies to
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...