Back to Devexpress

RibbonOptionsTouch.ShowTouchUISelectorVisibilityItemInQATMenu Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonoptionstouch-53fd157f.md

latest3.3 KB
Original Source

RibbonOptionsTouch.ShowTouchUISelectorVisibilityItemInQATMenu Property

Gets or sets whether end-users can switch the touch/mouse mode selector’s visibility via the Quick Access Toolbar menu.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

true if end-users can switch the touch/mouse mode selector’s visibility via the Quick Access Toolbar menu; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowTouchUISelectorVisibilityItemInQATMenu
RibbonControl

.OptionsTouch .ShowTouchUISelectorVisibilityItemInQATMenu

|

Remarks

The touch/mouse mode selector in Quick Access Toolbar switches the Ribbon Control to the Touch UI mode. If the ShowTouchUISelectorVisibilityItemInQATMenu property equals true , end-users can also choose whether this selector is currently visible in the QAT menu, as the image below shows.

To specify the selector’s visibility in code, use the RibbonOptionsTouch.ShowTouchUISelectorInQAT property. See the Touch Support topic for the details.

See Also

ShowTouchUISelectorInQAT

Touch Support

RibbonOptionsTouch Class

RibbonOptionsTouch Members

DevExpress.XtraBars.Ribbon Namespace