Spread Windows Forms 10.0 Product Documentation
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
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

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

GrapeCity.Win.Spread.InputMan.CellType Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.