Spread Windows Forms 10.0 Product Documentation
AutoHideTouchKeyboard Property (DropDown)


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

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

DropDown Class
DropDown Members

 

 


Copyright © GrapeCity, inc. All rights reserved.