Partager via


SoftInputExtensions.IsSoftInputShowing(ITextInput) Méthode

Définition

Vérifie si la plateforme affiche actuellement le volet d’entrée réversible

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

Paramètres

targetView
ITextInput

Retours

Retourne true si le volet d’entrée réversible s’affiche actuellement.

S’applique à