New to Telerik UI for WinFormsStart a free 30-day trial

The accessible object corresponding to Cell

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public class CellAccessibleObject : RadItemAccessibleObject, IReflect, IAccessible

Inheritance: objectMarshalByRefObjectStandardOleMarshalObjectAccessibleObjectRadItemAccessibleObjectCellAccessibleObject...

Implements: IAccessibleIReflect

Constructors

C#
public CellAccessibleObject(RadGridView owner, GridViewCellInfo cell, RowAccessibleObject parent)
Parameters:ownerRadGridViewcellGridViewCellInfoparentRowAccessibleObject

Properties

Gets the location and size of the accessible object

C#
public override Rectangle Bounds { get; }

Overrides: AccessibleObject.Bounds

Gets a string that describes the visual appearance of the specified object.

C#
public override string Description { get; }

Overrides: AccessibleObject.Description

C#
public override string Name { get; set; }

Overrides: AccessibleObject.Name

Gets the owner.

C#
public override object Owner { get; }
Property Value:

The owner.

Overrides: RadItemAccessibleObject.Owner

Gets the parent of an accessible object

C#
public override AccessibleObject Parent { get; }

Overrides: AccessibleObject.Parent

Gets the role of this accessible object

C#
public override AccessibleRole Role { get; }

Overrides: AccessibleObject.Role

Gets the state of this accessible object

C#
public override AccessibleStates State { get; }

Overrides: AccessibleObject.State

C#
public override string Value { get; set; }

Overrides: AccessibleObject.Value

Methods

Determines whether the specified object is equal to the current object.

C#
public override bool Equals(object obj)
Parameters:objobject

The object to compare with the current object.

Returns:

bool

true if the specified object is equal to the current object; otherwise, false.

Overrides: object.Equals(object)

C#
public override AccessibleObject GetChild(int index)
Parameters:indexintReturns:

AccessibleObject

Overrides: AccessibleObject.GetChild(int)

Retrieves the number of children belonging to an accessible object

C#
public override int GetChildCount()
Returns:

int

Overrides: AccessibleObject.GetChildCount()

Retrieves the object that has the keyboard focus

C#
public override AccessibleObject GetFocused()
Returns:

AccessibleObject

Overrides: AccessibleObject.GetFocused()

Serves as a hash function for a particular type.

C#
public override int GetHashCode()
Returns:

int

A hash code for the current object.

Overrides: object.GetHashCode()

Retrieves the currently selected child

C#
public override AccessibleObject GetSelected()
Returns:

AccessibleObject

Overrides: AccessibleObject.GetSelected()

Navigates to another accessible object

C#
public override AccessibleObject Navigate(AccessibleNavigation navdir)
Parameters:navdirAccessibleNavigation

The navigation direction

Returns:

AccessibleObject

Sibling or parent or child accessble object based on the direction of navigation

Overrides: AccessibleObject.Navigate(AccessibleNavigation)

C#
public override void Select(AccessibleSelection flags)
Parameters:flagsAccessibleSelection

Overrides: AccessibleObject.Select(AccessibleSelection)