Class TreeMapAccessibility
Inheritance
System.Object
TreeMapAccessibility
Namespace: Syncfusion.Windows.Forms.TreeMap
Assembly: Syncfusion.TreeMap.Windows.dll
Syntax
public class TreeMapAccessibility : Control.ControlAccessibleObject
Constructors
TreeMapAccessibility(TreeMap)
Constructor.
Declaration
public TreeMapAccessibility(TreeMap treemap)
Parameters
Type | Name | Description |
---|---|---|
TreeMap | treemap | TreeMap |
Properties
Bounds
Bounds of the Control
Declaration
public override Rectangle Bounds { get; }
Property Value
Type |
---|
System.Drawing.Rectangle |
Description
Gets the description of the Control.ControlAccessibleObject
Declaration
public override string Description { get; }
Property Value
Type |
---|
System.String |
Help
Gets the description of what the object does or how the object is used.
Declaration
public override string Help { get; }
Property Value
Type |
---|
System.String |
Name
Gets or sets the accessible object name
Declaration
public override string Name { get; }
Property Value
Type |
---|
System.String |
Parent
Gets the parent of an accessible object.
Declaration
public override AccessibleObject Parent { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleObject |
Role
Gets the role for the Treemap. 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 |
Methods
HitTest(Int32, Int32)
Retrieves the child object at the specified screen coordinates.
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 |