IUITextInput 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
IUITextInput 適用于文字的輸入,並允許操作功能,包括自動校正,以及與檔簡報相關的許多其他文字輸入功能。
[Foundation.Protocol(Name="UITextInput", WrapperType=typeof(UIKit.UITextInputWrapper))]
public interface IUITextInput : IDisposable, UIKit.IUIKeyInput
type IUITextInput = interface
interface INativeObject
interface IDisposable
interface IUIKeyInput
interface IUITextInputTraits
- 衍生
- 屬性
- 實作
屬性
AutocapitalizationType |
由 UITextAutocapitalizationType 所使用的 IUITextInput。 (繼承來源 IUITextInputTraits) |
AutocorrectionType |
由 UITextAutocorrectionType 所使用的 IUITextInput。 (繼承來源 IUITextInputTraits) |
BeginningOfDocument |
文字的位置,指出檔的開頭。 |
EnablesReturnKeyAutomatically |
是否自動啟用傳回金鑰。 (繼承來源 IUITextInputTraits) |
EndOfDocument |
文字的位置,指出檔的開頭。 |
Handle |
處理 unmanaged 物件標記法) (指標。 (繼承來源 INativeObject) |
HasText |
取得值,指出索引鍵輸入中是否有文字。 (繼承來源 IUIKeyInput) |
KeyboardAppearance |
UIKeyboardAppearance所使用的IUITextInput (繼承來源 IUITextInputTraits) |
KeyboardType |
由 UIKeyboardType 所使用的 IUITextInput。 (繼承來源 IUITextInputTraits) |
MarkedTextRange |
指定檔中目前標示的文字範圍。 |
MarkedTextStyle |
描述如何繪製文字的屬性字典。 |
ReturnKeyType |
的傳回索引鍵 IUITextInput 形式。 (繼承來源 IUITextInputTraits) |
SecureTextEntry |
是否應該隱藏輸入的文字。 (繼承來源 IUITextInputTraits) |
SelectedTextRange |
檔的選取文字範圍。 |
SpellCheckingType |
取得或設定值,這個值會指出拼字檢查是開啟、關閉,還是只有在啟用自動完成時,才會啟用拼字檢查, (預設) 。 (繼承來源 IUITextInputTraits) |
WeakInputDelegate |
表示弱式輸入委派。 |
WeakTokenizer |
表示弱式權杖化程式。 |