IUITextDraggable Interface
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.
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 |
The UITextAutocapitalizationType used by the IUITextInput. (Inherited from IUITextInputTraits) |
AutocorrectionType |
The UITextAutocorrectionType used by the IUITextInput. (Inherited from IUITextInputTraits) |
BeginningOfDocument |
The position of text indicating the beginning of a document. (Inherited from IUITextInput) |
EnablesReturnKeyAutomatically |
Whether the return key is automatically enabled. (Inherited from IUITextInputTraits) |
EndOfDocument |
The position of text indicating the beginning of a document. (Inherited from IUITextInput) |
Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
HasText |
Gets a value that tells whether the key input has text in it. (Inherited from IUIKeyInput) |
KeyboardAppearance |
The UIKeyboardAppearance used by the IUITextInput (Inherited from IUITextInputTraits) |
KeyboardType |
The UIKeyboardType used by the IUITextInput. (Inherited from IUITextInputTraits) |
MarkedTextRange |
The currently marked range of text in a given document. (Inherited from IUITextInput) |
MarkedTextStyle |
Attribute dictionary describing how text should be drawn. (Inherited from IUITextInput) |
ReturnKeyType |
The form of the return key for the IUITextInput. (Inherited from IUITextInputTraits) |
SecureTextEntry |
Whether the entered text should be hidden. (Inherited from IUITextInputTraits) |
SelectedTextRange |
The range of a document's selected text. (Inherited from IUITextInput) |
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 |
Gets a Boolean value that tells whether a drag session is active for the text view. |
TextDragDelegate |
Gets or sets a delegate for managing drag source behavior. |
TextDragInteraction |
Gets the drag interaction on the text view. |
TextDragOptions |
Gets a value that controls how formatting is displayed in dragged text. |
WeakInputDelegate |
Indicates a weak input delegate. (Inherited from IUITextInput) |
WeakTokenizer |
Indicates a weak tokenizer. (Inherited from IUITextInput) |
Methods
ComparePosition(UITextPosition, UITextPosition) |
Gets a comparison of one position to another. (Inherited from IUITextInput) |
DeleteBackward() | (Inherited from IUIKeyInput) |
GetBaseWritingDirection(UITextPosition, UITextStorageDirection) |
Gets the base writing direction for a text position. (Inherited from IUITextInput) |
GetCaretRectForPosition(UITextPosition) |
A rectangle used for drawing a caret at a given insertion point. (Inherited from IUITextInput) |
GetCharacterRange(UITextPosition, UITextLayoutDirection) |
Gets a character range within the limits of a defined direction. (Inherited from IUITextInput) |
GetCharacterRangeAtPoint(CGPoint) |
Gets the character or a range of characters in a document that exists at a given point. (Inherited from IUITextInput) |
GetClosestPositionToPoint(CGPoint, UITextRange) | (Inherited from IUITextInput) |
GetClosestPositionToPoint(CGPoint) |
Gets the closest position in a document that exists to a given point. (Inherited from IUITextInput) |
GetFirstRectForRange(UITextRange) |
Gets the first rectangle enclosing a specified range of document text. (Inherited from IUITextInput) |
GetOffsetFromPosition(UITextPosition, UITextPosition) |
Gets the number of visible characters between two defined text positions. (Inherited from IUITextInput) |
GetPosition(UITextPosition, nint) |
Gets the character offset from the initial position. (Inherited from IUITextInput) |
GetPosition(UITextPosition, UITextLayoutDirection, nint) |
Gets the character offset from an initial position. (Inherited from IUITextInput) |
GetPositionWithinRange(UITextRange, UITextLayoutDirection) |
Gets a position within a specified range. (Inherited from IUITextInput) |
GetSelectionRects(UITextRange) |
Gets an array of selection rects that corresponds to a text range. (Inherited from IUITextInput) |
GetTextRange(UITextPosition, UITextPosition) |
Gets a specified text range. (Inherited from IUITextInput) |
InsertText(String) |
Inserts text at the cursor. (Inherited from IUIKeyInput) |
ReplaceText(UITextRange, String) |
Replaces document text within a specified range. (Inherited from IUITextInput) |
SetBaseWritingDirectionforRange(UITextWritingDirection, UITextRange) |
Sets a base directon for writing in the specified range of text. (Inherited from IUITextInput) |
SetMarkedText(String, NSRange) |
Sets the marked text and marks it as the current selection. (Inherited from IUITextInput) |
TextInRange(UITextRange) |
Gets all the text that is specified within a certain range. (Inherited from IUITextInput) |
UnmarkText() |
Unmarks all currently marked text within a document (Inherited from IUITextInput) |
Extension Methods
BeginFloatingCursor(IUITextInput, CGPoint) |
Begins displaying the floating cursor at the specified |
DictationRecognitionFailed(IUITextInput) |
The recognition of dictation failed. |
DictationRecordingDidEnd(IUITextInput) |
The recording of dictation ended. |
EndFloatingCursor(IUITextInput) |
Ends display of the floating cursor. |
GetCharacterOffsetOfPosition(IUITextInput, UITextPosition, UITextRange) |
Calculates and returns the offset into |
GetFrameForDictationResultPlaceholder(IUITextInput, NSObject) |
Returns the rectangle in which to display the animated dictation result placeholder. |
GetPosition(IUITextInput, UITextRange, nint) |
Calculates and returns the absolute position in the document that is |
GetSelectionAffinity(IUITextInput) |
Stops displaying the floating cursor. |
GetTextInputView(IUITextInput) |
Returns the input view that provides the coordinate system for geometric operations within the text input. |
GetTextStyling(IUITextInput, UITextPosition, UITextStorageDirection) |
Returns a dictionary of style properties for text at the |
InsertDictationResult(IUITextInput, NSArray) |
Inserts a dictation result at the current position. |
InsertDictationResultPlaceholder(IUITextInput) |
Returns the placeholder object to use before dictation results are finished being generated. |
RemoveDictationResultPlaceholder(IUITextInput, NSObject, Boolean) |
The |
SetSelectionAffinity(IUITextInput, UITextStorageDirection) |
Sets a value that controls whether the cursor is displayed at the start of the last line or end of the second-to-last line of a multiline selection. |
ShouldChangeTextInRange(IUITextInput, UITextRange, String) |
Asks whether the text in |
UpdateFloatingCursor(IUITextInput, CGPoint) |
Moves the floating curor to the specified |
GetPasswordRules(IUITextInputTraits) |
Returns the password entry rules. |
GetSmartDashesType(IUITextInputTraits) |
Gets the smart dashes style. |
GetSmartInsertDeleteType(IUITextInputTraits) |
Gets the smart insert style. |
GetSmartQuotesType(IUITextInputTraits) |
Gets the smart quotes style. |
GetTextContentType(IUITextInputTraits) |
Gets the semantic of the expected input, which allows the system to, for example, provide custom keyboards. |
SetPasswordRules(IUITextInputTraits, UITextInputPasswordRules) |
Sets the password entry rules. |
SetSmartDashesType(IUITextInputTraits, UITextSmartDashesType) |
Sets the style for smart dashes. |
SetSmartInsertDeleteType(IUITextInputTraits, UITextSmartInsertDeleteType) |
Sets the style for smart insertion. |
SetSmartQuotesType(IUITextInputTraits, UITextSmartQuotesType) |
Sets the style for smart quotes. |
SetTextContentType(IUITextInputTraits, NSString) |
Sets the semantic of the expected input, which allows the system to, for example, provide custom keyboards. |