Class FormAccessibilityObject
Represents the class that provides the accessibility object for the SfForm.
Inheritance
System.Object
FormAccessibilityObject
Namespace: Syncfusion.WinForms.Controls.Accessibility
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class FormAccessibilityObject : Control.ControlAccessibleObject
Constructors
FormAccessibilityObject(SfForm)
Initializes a new instance of the FormAccessibilityObject class.
Declaration
public FormAccessibilityObject(SfForm sfForm)
Parameters
Type | Name | Description |
---|---|---|
SfForm | sfForm | The SfForm. |
Properties
Bounds
Gets the bounds of the SfForm.
Declaration
public override Rectangle Bounds { get; }
Property Value
Type |
---|
System.Drawing.Rectangle |
Description
Gets the AccessibleDescription of the SfForm.
Declaration
public override string Description { get; }
Property Value
Type |
---|
System.String |
Name
Gets the AccessibleName of the SfForm.
Declaration
public override string Name { get; }
Property Value
Type |
---|
System.String |
Parent
Gets the accessibility object of the SfForm parent.
Declaration
public override AccessibleObject Parent { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleObject |
Role
Gets the AccessibleRole of the SfForm.
Declaration
public override AccessibleRole Role { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleRole |
Methods
GetChild(Int32)
Overridden to return the inner elements of the form.
Declaration
public override AccessibleObject GetChild(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The index of the child. |
Returns
Type | Description |
---|---|
System.Windows.Forms.AccessibleObject | Returns the accessibility object of the child. |
GetChildCount()
Overridden to update the child count of the SfForm.
Declaration
public override int GetChildCount()
Returns
Type | Description |
---|---|
System.Int32 | Returns the child count of the Form. |