Back to Devexpress

RibbonControl.SingleTapToShowKeyboard Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-1378b648.md

latest1.4 KB
Original Source

RibbonControl.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.Ribbon

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

|

See Also

RibbonControl Class

RibbonControl Members

DevExpress.XtraBars.Ribbon Namespace