Share via


SoftInputExtensions.IsSoftInputShowing(ITextInput) Methode

Definition

Überprüft, ob auf der Plattform derzeit der Bereich für die softe Eingabe angezeigt wird.

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

Parameter

targetView
ITextInput

Gibt zurück

Gibt zurück true , wenn der Softeingabebereich derzeit angezeigt wird.

Gilt für: