The members of UIKit.UIInputViewController are listed below.
See Also: Inherited members from UIKit.UIViewController
| 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. |
| 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. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| InputView | UIInputView. Gets or sets the primary UIKit.UIInputView of this UIKit.UIInputViewController. | |
| PrimaryLanguage | string. Documentation for this section has not yet been entered. | |
| [read-only] | TextDocumentProxy | IUITextDocumentProxy. Gets the UIKit.IUITextDocumentProxy with which a custom keyboard interacts. |
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()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. | ||