UIInputViewController.HasDictationKey Property

Definition

Gets or sets whether the custom keyboard has a dictation key.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 1, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 1, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool HasDictationKey { [Foundation.Export("hasDictationKey")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 1, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 1, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setHasDictationKey:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 1, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 1, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.HasDictationKey : bool with get, set

Property Value

Attributes

Applies to