iPhone、Android、Windows Phone、Windows Store Apps のためのキーボードインターフェースです。- その他のプラットフォームでは利用することができません。
This interface allows to display different types of the keyboard: ASCII,
Numbers, URL, Email, and others.
Because the appearance of the keyboard has the potential to obscure
portions of your user interface, it is up to you to make sure that parts
of your user interface are not obscured when the keyboard is being
displayed.TouchScreenKeyboard.visible
and TouchScreenKeyboard.area
should be
used to determine if the keyboard is being shown (activated) and what
portion of the screen is using.
Windows ストアアプリ: Windows 10 のユニバーサルアプリでは、タッチスクリーンキーボードは、タッチ入力サポートがある XAML ベースのアプリケーションのみをサポートします。
area | キーボードで覆われているスクリーンの戻りの位置 |
hideInput | キーボードの上にあるテキスト入力フィールドを非表示にするかどうか |
isSupported | タッチスクリーンキーボードがサポートされているかどうか |
visible | キーボードがスクリーン上に表示されている場合は true を返します |
active | キーボードを表示したり画面上の特定の位置にスライドするかどうか |
canGetSelection | Specifies whether the TouchScreenKeyboard supports the selection property. (Read Only) |
done | 入力の処理が終了したかどうか(読み取り専用) |
selection | Returns the character range of the selected text within the string currently being edited. (Read Only) |
targetDisplay | キーボードを表示するディスプレイを指定 |
text | キーボードのインプットフィールドに表示されている文字を返します |
type | Returns the TouchScreenKeyboardType of the keyboard. |
wasCanceled | 入力処理がキャンセルされたかどうか(読み取り専用) |
Open | スクリーン上に OS が提供しているネイティブのキーボードを表示します |