UITextInput_Extensions Class
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.
Extension class that, together with the IUITextInput interface, comprise the UITextInput protocol.
public static class UITextInput_Extensions
type UITextInput_Extensions = class
- Inheritance
-
UITextInput_Extensions
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 |