The methods of UIKit.UITextView are listed below. For a list of all members, see the UITextView Members list.
See Also: Inherited members from UIKit.UIScrollView
static | AppearanceWhenContainedIn(params Type[])Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy. | |
ComparePosition(UITextPosition, UITextPosition)Returns a value that shows how one location in a document that compares to another location: before, identical, or after. | ||
DeleteBackward()Deletes one character backwards from the cursor. | ||
DictationRecognitionFailed()This method is called once dictation has unsuccessfully completed. | ||
DictationRecordingDidEnd()This method is called when the there is a pending dictation. | ||
static | GetAppearance<T>()The strongly-typed IUIAppearance for this object. | |
static | GetAppearance<T>(UITraitCollection)IUIAppearance for this object with specified traits. | |
static | GetAppearance<T>(UITraitCollection, params Type[])IUIAppearance for this object with specified traits and customized container. | |
GetBaseWritingDirection(UITextPosition, UITextStorageDirection)Determines the writing direction from a position within the text. | ||
GetCaretRectForPosition(UITextPosition)This method will return a rectangle that can be used for drawing the insertion caret. | ||
GetCharacterOffsetOfPosition(UITextPosition, UITextRange)Returns the number of characters in some text between position and the start of the range. | ||
GetCharacterRange(UITextPosition, UITextLayoutDirection)Returns a range that represents the distance from byExtendingPosition to as far as is possible in direction. | ||
GetCharacterRangeAtPoint(CoreGraphics.CGPoint)Returns the character or characters at the point specified. | ||
GetClosestPositionToPoint(CoreGraphics.CGPoint)Returns the position that is closest to the point specified within the control. | ||
GetClosestPositionToPoint(UITextRange, CoreGraphics.CGPoint)Returns the position in withinRange that is closest to withinRange. | ||
GetFirstRectForRange(UITextRange)Returns a rectangle that will enclose the first line of text in the range (if the range specifies multiple lines of text). | ||
GetFrameForDictationResultPlaceholder(Foundation.NSObject)When overridden, customizes the placement of the dictation placeholder. | ||
GetOffsetFromPosition(UITextPosition, UITextPosition)Returns the number of characters between two visible locations in a document. | ||
GetPosition(UITextPosition, nint)Returns a second position that is offset from the specified position. | ||
GetPosition(UITextRange, nint)Returns a position within a document relative to the start of withinRange. | ||
GetPosition(UITextPosition, UITextLayoutDirection, nint)Returns a second position in a document the direction and offset relative to the first position. | ||
GetPositionWithinRange(UITextRange, UITextLayoutDirection)Returns the furthest position possible in the visible text. | ||
GetSelectionRects(UITextRange)The selection rectangles for the range. | ||
GetTextRange(UITextPosition, UITextPosition)Returns the text range between two positions in a document. | ||
GetTextStyling(UITextPosition, UITextStorageDirection)Returns a Foundation.NSDictionary of styling properties at the position and in the direction specified. | ||
InsertDictationResult(Foundation.NSArray)Used to select a UIKit.UIDictationPhrase from a collection of possible phrases. | ||
InsertDictationResultPlaceholder()The dictation-results placeholder that will be used during dictation processing. | ||
InsertText(string)This method will insert text into the view at the position indicated by the cursor. | ||
RemoveDictationResultPlaceholder(Foundation.NSObject, bool)Informs the UIKit.UITextView that the placeholder is no longer needed. | ||
ReplaceText(UITextRange, string)Replaces text in the specified range with the text provided. | ||
ScrollRangeToVisible(Foundation.NSRange)Scrolls the text view until the range is visible. | ||
SetBaseWritingDirectionforRange(UITextWritingDirection, UITextRange)Specifies the base writing direction. | ||
SetMarkedText(string, Foundation.NSRange)This method will replace any existing marked text the specified text and then selects it. | ||
ShouldChangeTextInRange(UITextRange, string)Called prior to an edit. Can be overridden to selectively filter edits. | ||
TextInRange(UITextRange)A substring of text in the range. | ||
UnmarkText()Any currently marked text is unmarked. | ||