Class
CellAccessibleObject

The accessible object corresponding to Cell

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class CellAccessibleObject : RadItemAccessibleObject, IReflect, IAccessible

Inheritance: objectMarshalByRefObjectStandardOleMarshalObjectAccessibleObjectRadItemAccessibleObjectCellAccessibleObject

Implements: IAccessibleIReflect

Inherited Members AccessibleObject.GetHelpTopic(out string)AccessibleObject.HitTest(int, int)AccessibleObject.DoDefaultAction()AccessibleObject.UseStdAccessibleObjects(IntPtr)AccessibleObject.UseStdAccessibleObjects(IntPtr, int)AccessibleObject.RaiseAutomationNotification(AutomationNotificationKind, AutomationNotificationProcessing, string)AccessibleObject.RaiseLiveRegionChanged()AccessibleObject.DefaultActionAccessibleObject.HelpAccessibleObject.KeyboardShortcutMarshalByRefObject.MemberwiseClone(bool)MarshalByRefObject.GetLifetimeService()MarshalByRefObject.InitializeLifetimeService()MarshalByRefObject.CreateObjRef(Type)

Constructors

CellAccessibleObject(RadGridView, GridViewCellInfo, RowAccessibleObject)

Declaration

cs-api-definition
public CellAccessibleObject(RadGridView owner, GridViewCellInfo cell, RowAccessibleObject parent)

Parameters

owner

RadGridView

cell

GridViewCellInfo

parent

RowAccessibleObject

Properties

Bounds

Gets the location and size of the accessible object

Declaration

cs-api-definition
public override Rectangle Bounds { get; }

Property Value

Rectangle

Overrides AccessibleObject.Bounds

Description

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

Declaration

cs-api-definition
public override string Description { get; }

Property Value

string

Overrides AccessibleObject.Description

Name

Declaration

cs-api-definition
public override string Name { get; set; }

Property Value

string

Overrides AccessibleObject.Name

Owner

Gets the owner.

Declaration

cs-api-definition
public override object Owner { get; }

Property Value

object

The owner.

Overrides RadItemAccessibleObject.Owner

Parent

Gets the parent of an accessible object

Declaration

cs-api-definition
public override AccessibleObject Parent { get; }

Property Value

AccessibleObject

Overrides AccessibleObject.Parent

Role

Gets the role of this accessible object

Declaration

cs-api-definition
public override AccessibleRole Role { get; }

Property Value

AccessibleRole

Overrides AccessibleObject.Role

State

Gets the state of this accessible object

Declaration

cs-api-definition
public override AccessibleStates State { get; }

Property Value

AccessibleStates

Overrides AccessibleObject.State

Value

Declaration

cs-api-definition
public override string Value { get; set; }

Property Value

string

Overrides AccessibleObject.Value

Methods

Equals(object)

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

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

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)

GetChild(int)

Declaration

cs-api-definition
public override AccessibleObject GetChild(int index)

Parameters

index

int

Returns

AccessibleObject

Overrides AccessibleObject.GetChild(int)

GetChildCount()

Retrieves the number of children belonging to an accessible object

Declaration

cs-api-definition
public override int GetChildCount()

Returns

int

Overrides AccessibleObject.GetChildCount()

GetFocused()

Retrieves the object that has the keyboard focus

Declaration

cs-api-definition
public override AccessibleObject GetFocused()

Returns

AccessibleObject

Overrides AccessibleObject.GetFocused()

GetHashCode()

Serves as a hash function for a particular type.

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

A hash code for the current object.

Overrides object.GetHashCode()

GetSelected()

Retrieves the currently selected child

Declaration

cs-api-definition
public override AccessibleObject GetSelected()

Returns

AccessibleObject

Overrides AccessibleObject.GetSelected()

Navigate(AccessibleNavigation)

Navigates to another accessible object

Declaration

cs-api-definition
public override AccessibleObject Navigate(AccessibleNavigation navdir)

Parameters

navdir

AccessibleNavigation

The navigation direction

Returns

AccessibleObject

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

Overrides AccessibleObject.Navigate(AccessibleNavigation)

Select(AccessibleSelection)

Declaration

cs-api-definition
public override void Select(AccessibleSelection flags)

Parameters

flags

AccessibleSelection

Overrides AccessibleObject.Select(AccessibleSelection)