Class DockHostAccessibility
The DockHostAccessibility class provides information about a host of dock window that can be used by an accessibility application.
Inheritance
System.Object
DockHostAccessibility
Namespace: Syncfusion.Windows.Forms.Tools.Accessibility
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class DockHostAccessibility : Control.ControlAccessibleObject
Constructors
DockHostAccessibility(DockHost)
Initializes a new instance of the DockHostAccessibility class.
Declaration
public DockHostAccessibility(DockHost hostController)
Parameters
Type | Name | Description |
---|---|---|
DockHost | hostController | DockHost control. |
Properties
Bounds
Gets the bounds of the DockHost which is used by accessibility program.
Declaration
public override Rectangle Bounds { get; }
Property Value
Type |
---|
System.Drawing.Rectangle |
Description
Gets the description of the DockHost which is used by accessibility program.
Declaration
public override string Description { get; }
Property Value
Type |
---|
System.String |
Name
Gets the name of the DockHost which is used by accessibility program.
Declaration
public override string Name { get; }
Property Value
Type |
---|
System.String |
Parent
Gets the parent of the DockHost which is used by accessibility program.
Declaration
public override AccessibleObject Parent { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleObject |
Role
Gets the accessible role of the DockHost which is used by accessibility program.
Declaration
public override AccessibleRole Role { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleRole |
State
Gets the accessible state of the DockHost which is used by accessibility program.
Declaration
public override AccessibleStates State { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleStates |
Value
Gets the value of the DockHost which is used by accessibility program.
Declaration
public override string Value { get; }
Property Value
Type |
---|
System.String |