Back to Devexpress

BarManager.SingleTapToShowKeyboard Property

windowsforms-devexpress-dot-xtrabars-dot-barmanager-62ec912d.md

latest1.3 KB
Original Source

BarManager.SingleTapToShowKeyboard Property

Gets or sets whether users should tap editors once or twice to display the on-screen keyboard (when the application runs on touch-screen devices).

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public bool SingleTapToShowKeyboard { get; set; }
vb
<Browsable(False)>
Public Property SingleTapToShowKeyboard As Boolean

Property Value

TypeDescription
Boolean

true to display the on-screen keyboard after the first tap; false to focus the editor on the first tap and display the keyboard on the second.

|

See Also

BarManager Class

BarManager Members

DevExpress.XtraBars Namespace