Class RadControlAccessibleObject
Inheritance
System.Object
    RadControlAccessibleObject
  Namespace: Telerik.WinControls.CodedUI
Assembly: Telerik.WinControls.dll
Syntax
public abstract class RadControlAccessibleObject : Control.ControlAccessibleObject
  Constructors
RadControlAccessibleObject(Control, String)
Declaration
public RadControlAccessibleObject(Control ownerControl, string name)
  Parameters
| 
        System.Windows.Forms.Control
        ownerControl
         
  | 
    
| 
        System.String
        name
         
  | 
    
Properties
Name
Declaration
public override string Name { get; set; }
  Property Value
| 
        System.String
         
  | 
    
OwnerElement
Declaration
public abstract object OwnerElement { get; }
  Property Value
| 
        System.Object
         
  |