UIResponder.TextInputMode 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
這個 UIResponder 的文字輸入模式。 唯讀。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UITextInputMode TextInputMode { [Foundation.Export("textInputMode")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.TextInputMode : UIKit.UITextInputMode
屬性值
通常會根據使用者的語言喜好設定來顯示鍵盤。 您可以重新定義,以傳回您想要回應程式使用特定鍵盤的不同文字輸入模式。
- 屬性