Class CellAccessibleObject
The accessible object corresponding to Cell
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class CellAccessibleObject : RadItemAccessibleObject
  Constructors
CellAccessibleObject(RadGridView, GridViewCellInfo, RowAccessibleObject)
Declaration
public CellAccessibleObject(RadGridView owner, GridViewCellInfo cell, RowAccessibleObject parent)
  Parameters
| 
        RadGridView
        owner
         
  | 
    
| 
        GridViewCellInfo
        cell
         
  | 
    
| 
        RowAccessibleObject
        parent
         
  | 
    
Properties
Bounds
Gets the location and size of the accessible object
Declaration
public override Rectangle Bounds { get; }
  Property Value
| 
        System.Drawing.Rectangle
         
  | 
    
Description
Gets a string that describes the visual appearance of the specified object.
Declaration
public override string Description { get; }
  Property Value
| 
        System.String
         
  | 
    
Name
Declaration
public override string Name { get; set; }
  Property Value
| 
        System.String
         
  | 
    
Owner
Gets the owner.
Declaration
public override object Owner { get; }
  Property Value
| 
        System.Object
         The owner.  | 
    
Overrides
Parent
Gets the parent of an accessible object
Declaration
public override AccessibleObject Parent { get; }
  Property Value
| 
        System.Windows.Forms.AccessibleObject
         
  | 
    
Role
Gets the role of this accessible object
Declaration
public override AccessibleRole Role { get; }
  Property Value
| 
        System.Windows.Forms.AccessibleRole
         
  | 
    
State
Gets the state of this accessible object
Declaration
public override AccessibleStates State { get; }
  Property Value
| 
        System.Windows.Forms.AccessibleStates
         
  | 
    
Value
Declaration
public override string Value { get; set; }
  Property Value
| 
        System.String
         
  | 
    
Methods
Equals(Object)
Determines whether the specified System.Object is equal to the current System.Object.
Declaration
public override bool Equals(object obj)
  Parameters
| 
        System.Object
        obj
         The object to compare with the current object.  | 
    
Returns
| 
        System.Boolean
         true if the specified System.Object is equal to the current System.Object; otherwise, false.  | 
    
GetChild(Int32)
Declaration
public override AccessibleObject GetChild(int index)
  Parameters
| 
        System.Int32
        index
         
  | 
    
Returns
| 
        System.Windows.Forms.AccessibleObject
         
  | 
    
GetChildCount()
Retrieves the number of children belonging to an accessible object
Declaration
public override int GetChildCount()
  Returns
| 
        System.Int32
         
  | 
    
GetFocused()
Retrieves the object that has the keyboard focus
Declaration
public override AccessibleObject GetFocused()
  Returns
| 
        System.Windows.Forms.AccessibleObject
         
  | 
    
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
  Returns
| 
        System.Int32
         A hash code for the current System.Object.  | 
    
GetSelected()
Retrieves the currently selected child
Declaration
public override AccessibleObject GetSelected()
  Returns
| 
        System.Windows.Forms.AccessibleObject
         
  | 
    
Navigate(AccessibleNavigation)
Select(AccessibleSelection)
Declaration
public override void Select(AccessibleSelection flags)
  Parameters
| 
        System.Windows.Forms.AccessibleSelection
        flags
         
  |