Back to Devexpress

RibbonOptionsTouch.TouchModeImageOptions Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonoptionstouch-df9976d0.md

latest2.0 KB
Original Source

RibbonOptionsTouch.TouchModeImageOptions Property

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

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
ImageOptions

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to TouchModeImageOptions
RibbonControl

.OptionsTouch .TouchModeImageOptions

|

Remarks

See the RibbonOptionsTouch.TouchMouseModeSelectorImageOptions property for more information.

See Also

ShowTouchUISelectorInQAT

RibbonOptionsTouch Class

RibbonOptionsTouch Members

DevExpress.XtraBars.Ribbon Namespace