Back to Devexpress

RibbonOptionsTouch.TouchMouseModeSelectorImageOptions Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonoptionstouch-4f5216ca.md

latest2.9 KB
Original Source

RibbonOptionsTouch.TouchMouseModeSelectorImageOptions Property

Provides access to options specific to the image displayed by the touch/mouse mode selector in the Quick Access Toolbar.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public ImageOptions TouchMouseModeSelectorImageOptions { get; }
vb
Public ReadOnly Property TouchMouseModeSelectorImageOptions As ImageOptions

Property Value

TypeDescription
ImageOptions

An DevExpress.Utils.ImageOptions object that comprises image specific options.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to TouchMouseModeSelectorImageOptions
RibbonControl

.OptionsTouch .TouchMouseModeSelectorImageOptions

|

Remarks

If the RibbonOptionsTouch.ShowTouchUISelectorInQAT option is enabled, the mouse/touch mode selector is displayed in the Quick Access Toolbar.

You can customize the predefined images of the mode selector, mouse and touch modes using the TouchMouseModeSelectorImageOptions , RibbonOptionsTouch.MouseModeImageOptions and RibbonOptionsTouch.TouchModeImageOptions properties.

See Also

ShowTouchUISelectorInQAT

MouseModeImageOptions

TouchModeImageOptions

RibbonOptionsTouch Class

RibbonOptionsTouch Members

DevExpress.XtraBars.Ribbon Namespace