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


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

Property Value

One of the AutoHideTouchKeyboard value, indicates the action options of hide the touch keyboard when user open the drop-down window.
Default value is AutoHide. So the touch keyboard will be hidden after the drop-down window is shown.
See Also