windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonoptionstouch-4f5216ca.md
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
public ImageOptions TouchMouseModeSelectorImageOptions { get; }
Public ReadOnly Property TouchMouseModeSelectorImageOptions As ImageOptions
| Type | Description |
|---|---|
| ImageOptions |
An DevExpress.Utils.ImageOptions object that comprises image specific options.
|
You can access this nested property as listed below:
| Object Type | Path to TouchMouseModeSelectorImageOptions |
|---|---|
| RibbonControl |
.OptionsTouch .TouchMouseModeSelectorImageOptions
|
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