Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 621 Bytes

coretextinputpanedisplaypolicy.md

File metadata and controls

27 lines (18 loc) · 621 Bytes
-api-id -api-type
T:Windows.UI.Text.Core.CoreTextInputPaneDisplayPolicy
winrt enum

CoreTextInputPaneDisplayPolicy

-description

Defines constants that specify whether the input pane should be shown automatically when focus enters your text input control.

-enum-fields

-field Automatic:0

The input pane will be shown automatically when focus enters your text input control.

-field Manual:1

Your app is responsible for showing and hiding the input pane.

-remarks

-examples

-see-also