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


In This Topic
    AutoHideTouchKeyboard Enumeration
    In This Topic
    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
    public enum AutoHideTouchKeyboard : System.Enum 
    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