GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / AutoHideTouchKeyboard Enumeration


AutoHideTouchKeyboard Enumeration
Defines the action options of hide the touch keyboard when user opens the drop-down window.
Syntax
'Declaration
 
Public Enum AutoHideTouchKeyboard 
   Inherits System.Enum
 
'Usage
 
Dim instance As AutoHideTouchKeyboard
Members
MemberDescription
AutoHideThe touch keyboard will be hidden when the drop-down window is shown.
HideAndReshowThe 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.
NoneNot hide the touch keyboard. Both dropdown and touch keyboard are shown.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.Spread.InputMan.CellType.AutoHideTouchKeyboard

See Also