UIKit.UITextDocumentProxy Members

The members of UIKit.UITextDocumentProxy are listed below.

See Also: Inherited members from Foundation.NSObject

Protected Constructors

Default constructor, initializes a new instance of this class.
Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

AutocapitalizationTypeUITextAutocapitalizationType. Gets or sets automatic capitalization for this this UIKit.UITextDocumentProxy object.
AutocorrectionTypeUITextAutocorrectionType. Gets or sets the automatic correction for this UIKit.UITextDocumentProxy object.
[read-only]
abstract
DocumentContextAfterInputstring. Gets the textual context after the insertion point for this UIKit.UITextDocumentProxy object.
[read-only]
abstract
DocumentContextBeforeInputstring. Gets the textual context before the insertion point for this UIKit.UITextDocumentProxy object.
EnablesReturnKeyAutomaticallybool. Gets or sets whether to automatically enable the return key when the user enters text.
[read-only]
HasTextbool. Gets whether this UIKit.UITextDocumentProxy object has any text.
KeyboardAppearanceUIKeyboardAppearance. Gets or sets the UIKit.UIKeyboardAppearance for this UIKit.UITextDocumentProxy object.
KeyboardTypeUIKeyboardType. Gets or sets the UIKit.UIKeyboardType for this UIKit.UITextDocumentProxy object.
ReturnKeyTypeUIReturnKeyType. Gets or sets the UIKit.UIReturnKeyType for this UIKit.UITextDocumentProxy object.
SecureTextEntrybool. Gets or sets whether this UIKit.UITextDocumentProxy object hides entered text.
SpellCheckingTypeUITextSpellCheckingType. Gets or sets the UIKit.UITextSpellCheckingType for this UIKit.UITextDocumentProxy object.

Public Methods

abstract
AdjustTextPositionByCharacterOffset(nint)
Documentation for this section has not yet been entered.
DeleteBackward()
Deletes the character before the insertion point.
InsertText(string)
Inserts a character into the text of this UIKit.UITextDocumentProxy object.