Class TitleBarElementAccessibilityObject
Represents the class that provides the accessibility object for the SfForm TitleBar.
Inheritance
System.Object
TitleBarElementAccessibilityObject
Namespace: Syncfusion.WinForms.Controls.Accessibility
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class TitleBarElementAccessibilityObject : AccessibleObject
Constructors
TitleBarElementAccessibilityObject(SfForm, Int32)
Initializes a new instance of the TitleBarElementAccessibilityObject class.
Declaration
public TitleBarElementAccessibilityObject(SfForm sfForm, int index)
Parameters
| Type | Name | Description |
|---|---|---|
| SfForm | sfForm | The parent form of the title bar. |
| System.Int32 | index | The index of the child. |
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 |