IUIKeyInput 接口

定义

UIKit.UIKeyInput_Extensions 类一起构成 UIKeyInput 协议的接口。

[Foundation.Protocol(Name="UIKeyInput", WrapperType=typeof(UIKit.UIKeyInputWrapper))]
public interface IUIKeyInput : IDisposable, UIKit.IUITextInputTraits
type IUIKeyInput = interface
    interface INativeObject
    interface IDisposable
    interface IUITextInputTraits
派生
属性
实现

属性

AutocapitalizationType

UITextAutocapitalizationType 使用的 IUITextInput

(继承自 IUITextInputTraits)
AutocorrectionType

UITextAutocorrectionType 使用的 IUITextInput

(继承自 IUITextInputTraits)
EnablesReturnKeyAutomatically

是否自动启用返回键。

(继承自 IUITextInputTraits)
Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 INativeObject)
HasText

获取一个值,该值指示键输入中是否包含文本。

KeyboardAppearance

使用的UIKeyboardAppearanceIUITextInput

(继承自 IUITextInputTraits)
KeyboardType

UIKeyboardType 使用的 IUITextInput

(继承自 IUITextInputTraits)
ReturnKeyType

的返回键 IUITextInput的形式。

(继承自 IUITextInputTraits)
SecureTextEntry

是否应隐藏输入的文本。

(继承自 IUITextInputTraits)
SpellCheckingType

获取或设置一个值,该值指示拼写检查是打开、关闭还是仅在启用自动完成时启用拼写检查 (默认) 。

(继承自 IUITextInputTraits)

方法

DeleteBackward()

UIKit.UIKeyInput_Extensions 类一起构成 UIKeyInput 协议的接口。

InsertText(String)

在光标处插入文本。

扩展方法

GetPasswordRules(IUITextInputTraits)

返回密码输入规则。

GetSmartDashesType(IUITextInputTraits)

获取智能短划线样式。

GetSmartInsertDeleteType(IUITextInputTraits)

获取智能插入样式。

GetSmartQuotesType(IUITextInputTraits)

获取智能引号样式。

GetTextContentType(IUITextInputTraits)

获取预期输入的语义,该语义允许系统(例如)提供自定义键盘。

SetPasswordRules(IUITextInputTraits, UITextInputPasswordRules)

设置密码输入规则。

SetSmartDashesType(IUITextInputTraits, UITextSmartDashesType)

设置智能短划线的样式。

SetSmartInsertDeleteType(IUITextInputTraits, UITextSmartInsertDeleteType)

设置智能插入的样式。

SetSmartQuotesType(IUITextInputTraits, UITextSmartQuotesType)

设置智能引号的样式。

SetTextContentType(IUITextInputTraits, NSString)

设置预期输入的语义,这允许系统(例如)提供自定义键盘。

适用于