[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.AutoHideTouchKeyboard

AutoHideTouchKeyboard Enum

Defines the action options of hide the touch keyboard when user opens the drop-down window.

Namespace: GrapeCity.Win.Spread.InputMan.CellType
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
public enum AutoHideTouchKeyboard
Public Enum AutoHideTouchKeyboard

Fields

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.