GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ComboDropDownInfo Class / AutoHideTouchKeyboard Property


In This Topic
AutoHideTouchKeyboard Property (ComboDropDownInfo)
In This Topic
Gets or sets the value that indicates how to manipulate the touch keyboard when the drop-down window is shown.
Syntax
'Declaration
 
Public Property AutoHideTouchKeyboard As AutoHideTouchKeyboard
 
'Usage
 
Dim instance As ComboDropDownInfo
Dim value As AutoHideTouchKeyboard
 
instance.AutoHideTouchKeyboard = value
 
value = instance.AutoHideTouchKeyboard

Property Value

An DropDownInfo.AutoHideTouchKeyboard value that indicates the action option for hiding the touch keyboard when the user opens the drop-down window.
The default value is AutoHide. The touch keyboard is hidden after the drop-down window is shown.
See Also