SoftInputExtensions.IsSoftInputShowing(ITextInput) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
檢查平臺目前是否顯示虛輸入窗格
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
參數
- targetView
- ITextInput
傳回
如果目前顯示虛輸入窗格,則傳 true
回 。