UITextDocumentProxy.KeyboardType Property

Definition

The UIKeyboardType used by the IUITextInput.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIKeyboardType KeyboardType { [Foundation.Export("keyboardType")] get; [Foundation.Export("setKeyboardType:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("keyboardType")>]
[<set: Foundation.Export("setKeyboardType:")>]
member this.KeyboardType : UIKit.UIKeyboardType with get, set

Property Value

Implements

Attributes

Applies to