Spread Windows Forms 11.0 Product Documentation
AutoHideTouchKeyboard Property (DropDown)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDown Class : AutoHideTouchKeyboard Property
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
public AutoHideTouchKeyboard AutoHideTouchKeyboard {get; set;}

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

Reference

DropDown Class
DropDown Members