'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.