次の方法で共有


UIWebView.KeyboardDisplayRequiresUserAction プロパティ

定義

UIWebView でキーボードをプログラムで表示できるかどうか。

[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

プロパティ値

属性

適用対象