Back to Devexpress

RibbonControl.AccessibleRibbon Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-402607c1.md

latest1.3 KB
Original Source

RibbonControl.AccessibleRibbon Property

Gets the object that provides the accessibility information.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public AccessibleRibbon AccessibleRibbon { get; }
vb
<Browsable(False)>
Public ReadOnly Property AccessibleRibbon As AccessibleRibbon

Property Value

TypeDescription
DevExpress.XtraBars.Ribbon.Accessible.AccessibleRibbon

A DevExpress.XtraBars.Ribbon.Accessible.AccessibleRibbon object that provides the accessibility information.

|

Remarks

This member supports the internal infrastructure and is not intended to be used directly from your code.

See Also

RibbonControl Class

RibbonControl Members

DevExpress.XtraBars.Ribbon Namespace