'Declaration
Public Enum AutoHideTouchKeyboard Inherits System.Enum
'Usage
Dim instance As AutoHideTouchKeyboard
public enum AutoHideTouchKeyboard : System.Enum
'Declaration
Public Enum AutoHideTouchKeyboard Inherits System.Enum
'Usage
Dim instance As AutoHideTouchKeyboard
public enum AutoHideTouchKeyboard : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.Win.Spread.InputMan.CellType.AutoHideTouchKeyboard