Class MetroFormAccessibility
Provides information about a control that can be used by an accessibility application.
Inheritance
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class MetroFormAccessibility : Control.ControlAccessibleObject
Constructors
MetroFormAccessibility(MetroForm)
Constructor
Declaration
public MetroFormAccessibility(MetroForm MetroForm)
Parameters
Type | Name | Description |
---|---|---|
MetroForm | MetroForm | The RibbonControlAdv instance. |
Properties
Bounds
Bounds of the Control
Declaration
public override Rectangle Bounds { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Rectangle | The accessible object bounds. |
Description
Gets the description of the RibbonControlAdvAccessibility
Declaration
public override string Description { get; }
Property Value
Type | Description |
---|---|
System.String | A string describing the RibbonControlAdvAccessibility. |
Help
Gets the description of what the object does or how the object is used.
Declaration
public override string Help { get; }
Property Value
Type | Description |
---|---|
System.String | The description of what the object does or how the object is used. |
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 |
State
Gets the state of this accessible object.
Declaration
public override AccessibleStates State { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleStates |
Value
Gets or sets the value of an accessible object.
Declaration
public override string Value { get; set; }
Property Value
Type |
---|
System.String |
Methods
GetChild(Int32)
Declaration
public override AccessibleObject GetChild(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Returns
Type |
---|
System.Windows.Forms.AccessibleObject |
GetChildCount()
Gets the parent of an accessible object.
Declaration
public override int GetChildCount()
Returns
Type | Description |
---|---|
System.Int32 | An RibbonControlAdvAccessibility that represents the parent of an accessible object, or null if there is no parent object. |
GetFocused()
Retrieves the object that has the focus.
Declaration
public override AccessibleObject GetFocused()
Returns
Type | Description |
---|---|
System.Windows.Forms.AccessibleObject |
|
HitTest(Int32, Int32)
Declaration
public override AccessibleObject HitTest(int x, int y)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | x | |
System.Int32 | y |
Returns
Type |
---|
System.Windows.Forms.AccessibleObject |