Compartilhar via


SoftInputExtensions.IsSoftInputShowing(ITextInput) Método

Definição

Verifica se a plataforma está mostrando atualmente o painel de entrada reversível

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

Parâmetros

targetView
ITextInput

Retornos

Retorna true se o painel de entrada suave estiver sendo exibido no momento.

Aplica-se a