Sdílet prostřednictvím


SoftInputExtensions.IsSoftInputShowing(ITextInput) Metoda

Definice

Zkontroluje, jestli se na platformě aktuálně zobrazuje podokno měkkého vstupu.

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

Parametry

targetView
ITextInput

Návraty

Vrátí hodnotu, true pokud se aktuálně zobrazuje podokno měkkého vstupu.

Platí pro