Class DrawerViewContainerAccessibility
Provides information about a control that can be used by an accessibility application.
Inheritance
System.Object
DrawerViewContainerAccessibility
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class DrawerViewContainerAccessibility : Control.ControlAccessibleObject
Constructors
DrawerViewContainerAccessibility(DrawerViewContainer)
Constructor
Declaration
public DrawerViewContainerAccessibility(DrawerViewContainer drawerViewContainer)
Parameters
Type | Name | Description |
---|---|---|
DrawerViewContainer | drawerViewContainer | The RibbonControlAdv instance. |
Properties
Description
Gets the description of the RibbonControlAdvAccessibility
Declaration
public override string Description { get; }
Property Value
Type | Description |
---|---|
System.String | A string describing the RibbonControlAdvAccessibility. |
Name
Gets or sets the accessible object name
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
System.String | The accessible object name. |
Role
Gets the role for the RibbonControlAdv. This is used by accessibility programs.
Declaration
public override AccessibleRole Role { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleRole |