CellAccessibleObject
The accessible object corresponding to Cell
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public class CellAccessibleObject : RadItemAccessibleObject, IReflect, IAccessible
Inheritance: objectMarshalByRefObjectStandardOleMarshalObjectAccessibleObjectRadItemAccessibleObjectCellAccessibleObject...
Implements:
Constructors
public CellAccessibleObject(RadGridView owner, GridViewCellInfo cell, RowAccessibleObject parent)
Properties
Gets the location and size of the accessible object
public override Rectangle Bounds { get; }
Overrides:
Gets a string that describes the visual appearance of the specified object.
public override string Description { get; }
Overrides:
Gets the owner.
public override object Owner { get; }
The owner.
Overrides:
Gets the parent of an accessible object
public override AccessibleObject Parent { get; }
Overrides:
Gets the role of this accessible object
public override AccessibleRole Role { get; }
Overrides:
Gets the state of this accessible object
public override AccessibleStates State { get; }
Overrides:
Methods
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:
public override void Select(AccessibleSelection flags)
Overrides: