CoreTextEditContext.InputPaneDisplayPolicy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether the input pane should be shown automatically when focus enters your text input control. The default value is Automatic, indicating that the input pane will be shown automatically. A value of Manual indicates that your app will be responsible for showing and hiding the input pane using InputPane.TryShow and TryHide.
public:
property CoreTextInputPaneDisplayPolicy InputPaneDisplayPolicy { CoreTextInputPaneDisplayPolicy get(); void set(CoreTextInputPaneDisplayPolicy value); };
CoreTextInputPaneDisplayPolicy InputPaneDisplayPolicy();
void InputPaneDisplayPolicy(CoreTextInputPaneDisplayPolicy value);
public CoreTextInputPaneDisplayPolicy InputPaneDisplayPolicy { get; set; }
var coreTextInputPaneDisplayPolicy = coreTextEditContext.inputPaneDisplayPolicy;
coreTextEditContext.inputPaneDisplayPolicy = coreTextInputPaneDisplayPolicy;
Public Property InputPaneDisplayPolicy As CoreTextInputPaneDisplayPolicy
Property Value
One of the CoreTextInputPaneDisplayPolicy enumeration values. The default is Automatic.