Condividi tramite


SoftInputExtensions.IsSoftInputShowing(ITextInput) Metodo

Definizione

Verifica se la piattaforma mostra attualmente il riquadro di input temporanea

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

Parametri

targetView
ITextInput

Restituisce

Restituisce true se il riquadro di input temporanea è attualmente visualizzato.

Si applica a