Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 866 Bytes

inputpane_tryhide_42550069.md

File metadata and controls

27 lines (18 loc) · 866 Bytes
-api-id -api-type
M:Windows.UI.ViewManagement.InputPane.TryHide
winrt method

Windows.UI.ViewManagement.InputPane.TryHide

-description

Tries to hide the InputPane, if it is visible.

-returns

true if the request to hide the InputPane was accepted; otherwise false.

If this method is called from an app that is not in foreground, the request is rejected and false is returned.

-remarks

If you set CoreTextEditContext.InputPaneDisplayPolicy to Manual in your app, you are responsible for showing and hiding the input pane using TryShow and TryHide.

-examples

-see-also

TryShow, Hiding