UIWebView.KeyboardDisplayRequiresUserAction Property

Definition

Whether the UIWebView can programmatically display the keyboard.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool KeyboardDisplayRequiresUserAction { [Foundation.Export("keyboardDisplayRequiresUserAction")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setKeyboardDisplayRequiresUserAction:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.KeyboardDisplayRequiresUserAction : bool with get, set

Property Value

Attributes

Applies to