ClassRowAccessibleObject
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:
Inherited Members
Constructors
RowAccessibleObject(RadGridView, GridViewRowInfo, RadGridViewAccessibleObject)
Initializes a new instance of the RowAccessibleObject class.
Declaration
public RowAccessibleObject(RadGridView owner, GridViewRowInfo row, RadGridViewAccessibleObject parent)
Parameters
owner
The owner.
row
The row.
parent
The parent.
Properties
Bounds
Gets the location and size of the row accessible object.
Declaration
public override Rectangle Bounds { get; }
Property Value
Overrides
Control
Gets the control.
Declaration
public RadGridView Control { get; }
Property Value
The control.
Name
// Gets or sets the object name //
Declaration
public override string Name { get; set; }
Property Value
The name.
Overrides
Parent
Gets the parent of the row accessible object
Declaration
public override AccessibleObject Parent { get; }
Property Value
Overrides
Role
Gets the role of this accessible object
Declaration
public override AccessibleRole Role { get; }
Property Value
Overrides
Methods
DoDefaultAction()
Performs the default action associated with this accessible object
Declaration
public override void DoDefaultAction()
Overrides
GetCellElement(GridViewRowInfo, GridViewColumn)
Intenral method used to retrieve bounding rectangle of a cell
Declaration
public Rectangle GetCellElement(GridViewRowInfo row, GridViewColumn col)
Parameters
row
The row object that contains the cell
col
The column object corresponding to hte cell index
Returns
The Bounding Rectangle
GetChild(int)
Retrieves the accessible child corresponding to the specified index.
Declaration
public override AccessibleObject GetChild(int index)
Parameters
index
Index of the child. Index varies from 0 to the ChildCount-1
Returns
The accessible child object
Overrides
GetChildCount()
Retrieves the number of children belonging to an accessible object
GetFocused()
Retrieves the object that has the keyboard focus
Declaration
public override AccessibleObject GetFocused()
Returns
Overrides
GetHashCode()
Serves as a hash function for a particular type.
GetSelected()
Retrieves the currently selected child
Declaration
public override AccessibleObject GetSelected()
Returns
Overrides
Navigate(AccessibleNavigation)
Navigates to another accessible object
Declaration
public override AccessibleObject Navigate(AccessibleNavigation navdir)
Parameters
navdir
The navigation direction
Returns
Sibling or parent or child accessble object based on the direction of navigation
Overrides
Select(AccessibleSelection)
Modifies the selection or moves the keyboard focus of the accessible object
Declaration
public override void Select(AccessibleSelection flags)
Parameters
flags
Overrides