SoftInputExtensions.IsSoftInputShowing(ITextInput) メソッド

定義

プラットフォームに現在ソフト入力ウィンドウが表示されているかどうかを確認します

public:
[System::Runtime::CompilerServices::Extension]
 static bool IsSoftInputShowing(Microsoft::Maui::ITextInput ^ targetView);
public static bool IsSoftInputShowing (this Microsoft.Maui.ITextInput targetView);
static member IsSoftInputShowing : Microsoft.Maui.ITextInput -> bool
<Extension()>
Public Function IsSoftInputShowing (targetView As ITextInput) As Boolean

パラメーター

targetView
ITextInput

戻り値

trueソフト入力ウィンドウが現在表示されている場合は を返します。

適用対象