RibbonOptionsTouch.MouseModeImageOptions Property
Provides access to options specific to the image displayed by the mouse option of the touch/mouse mode selector in Quick Access Toolbar.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
ImageOptions | An DevExpress.Utils.ImageOptions object that comprises image options. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to MouseModeImageOptions |
---|---|
RibbonControl |
|
Remarks
See the RibbonOptionsTouch.TouchMouseModeSelectorImageOptions property for more information.
See Also