UIKit.UIInputViewController Members

The members of UIKit.UIInputViewController are listed below.

See Also: Inherited members from UIKit.UIViewController

Public Constructors

Default constructor, initializes a new instance of this class.
A constructor that initializes the object from the data stored in the unarchiver object.
Documentation for this section has not yet been entered.

Protected Constructors

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

[read-only]
override
ClassHandleIntPtr. The handle for this class.
InputViewUIInputView. Gets or sets the primary UIKit.UIInputView of this UIKit.UIInputViewController.
PrimaryLanguagestring. Documentation for this section has not yet been entered.
[read-only]
TextDocumentProxyIUITextDocumentProxy. Gets the UIKit.IUITextDocumentProxy with which a custom keyboard interacts.

Public Methods

AdvanceToNextInputMode()
Advances to the next keyboard in the list of enabled keyboards.
DismissKeyboard()
Dismisses a custom keyboard from the view.
RequestSupplementaryLexicon(Action<UILexicon>)
Gets a lexicon of pairs of terms for use with a custom keyboard.
RequestSupplementaryLexiconAsync() : System.Threading.Tasks.Task<UILexicon>
Gets a lexicon of pairs of terms for use with a custom keyboard.
SelectionDidChange(IUITextInput)
Documentation for this section has not yet been entered.
SelectionWillChange(IUITextInput)
Documentation for this section has not yet been entered.
TextDidChange(IUITextInput)
Documentation for this section has not yet been entered.
TextWillChange(IUITextInput)
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resources used by the UIInputViewController object.