Class TreeMenuItemAccessibility
Provides information about a control that can be used by an accessibility application.
Inheritance
System.Object
TreeMenuItemAccessibility
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TreeMenuItemAccessibility : Control.ControlAccessibleObject
Constructors
TreeMenuItemAccessibility(TreeMenuItem)
Constructor
Declaration
public TreeMenuItemAccessibility(TreeMenuItem TreeMenuItem)
Parameters
Type | Name | Description |
---|---|---|
TreeMenuItem | TreeMenuItem | 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. |
Parent
Gets the parent of an accessible object.
Declaration
public override AccessibleObject Parent { get; }
Property Value
Type | Description |
---|---|
System.Windows.Forms.AccessibleObject | An RibbonControlAdvAccessibility that represents the parent of an accessible object, or null if there is no parent object. |
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 |
Methods
GetChild(Int32)
Retrieves the accessible child corresponding to the index.
Declaration
public override AccessibleObject GetChild(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | Index |
Returns
Type | Description |
---|---|
System.Windows.Forms.AccessibleObject | Child specified to the index |
GetChildCount()
Retrieves the number of children in the accessible object.
Declaration
public override int GetChildCount()
Returns
Type | Description |
---|---|
System.Int32 | Number of Child. |