'Declaration
Public Property AutoHideTouchKeyboard As AutoHideTouchKeyboard
'Usage
Dim instance As DropDownInfo Dim value As AutoHideTouchKeyboard instance.AutoHideTouchKeyboard = value value = instance.AutoHideTouchKeyboard
public AutoHideTouchKeyboard AutoHideTouchKeyboard {get; set;}
Property Value
An 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.