共用方式為


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

屬性值

屬性

適用於