RowAccessibleObject
The Accessible object corresponding to row
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public sealed class RowAccessibleObject : Control.ControlAccessibleObject, IReflect, IAccessible
Inheritance: objectMarshalByRefObjectStandardOleMarshalObjectAccessibleObjectControl.ControlAccessibleObjectRowAccessibleObject...
Implements:
Constructors
Initializes a new instance of the RowAccessibleObject class.
public RowAccessibleObject(RadGridView owner, GridViewRowInfo row, RadGridViewAccessibleObject parent)
The owner.
rowGridViewRowInfoThe row.
parentRadGridViewAccessibleObjectThe parent.
Properties
Gets the location and size of the row accessible object.
public override Rectangle Bounds { get; }
Overrides:
Gets the control.
public RadGridView Control { get; }
The control.
// Gets or sets the object name //
public override string Name { get; set; }
The name.
Overrides:
Gets the parent of the row accessible object
public override AccessibleObject Parent { get; }
Overrides:
Gets the role of this accessible object
public override AccessibleRole Role { get; }
Overrides:
Methods
Performs the default action associated with this accessible object
public override void DoDefaultAction()
Overrides:
Intenral method used to retrieve bounding rectangle of a cell
public Rectangle GetCellElement(GridViewRowInfo row, GridViewColumn col)
The row object that contains the cell
colGridViewColumnThe column object corresponding to hte cell index
Returns:The Bounding Rectangle
Retrieves the accessible child corresponding to the specified index.
public override AccessibleObject GetChild(int index)
Index of the child. Index varies from 0 to the ChildCount-1
Returns:The accessible child object
Overrides:
Retrieves the number of children belonging to an accessible object
Retrieves the object that has the keyboard focus
Retrieves the currently selected child
Navigates to another accessible object
public override AccessibleObject Navigate(AccessibleNavigation navdir)
The navigation direction
Returns:Sibling or parent or child accessble object based on the direction of navigation
Overrides:
Modifies the selection or moves the keyboard focus of the accessible object
public override void Select(AccessibleSelection flags)
Overrides: