UITextField.InputView Property
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.
A custom view to be used when the control becomes the first responder.
public virtual UIKit.UIView InputView { [Foundation.Export("inputView", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setInputView:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.InputView : UIKit.UIView with get, set
Property Value
This value can be null
.
- Attributes
Remarks
The default value is null
and is the standard system keyboard.