[]
Defines the action options of hide the touch keyboard when user opens the drop-down window.
public enum AutoHideTouchKeyboard
Public Enum AutoHideTouchKeyboard
Name | Description |
---|---|
AutoHide | The touch keyboard will be hidden when the drop-down window is shown. |
HideAndReshow | The touch keyboard will be hidden when the drop-down window is shown, and it will be shown again after the drop-down window is closed. |
None | Not hide the touch keyboard. Both dropdown and touch keyboard are shown. |