Class RadPageViewPageAccessibilityObject
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
[ComVisible(true)]
public class RadPageViewPageAccessibilityObject : RadControlAccessibleObject
  Constructors
RadPageViewPageAccessibilityObject(RadPageViewPage, RadPageViewAccessibilityObject, String)
Declaration
public RadPageViewPageAccessibilityObject(RadPageViewPage owner, RadPageViewAccessibilityObject parent, string name)
  Parameters
| 
        RadPageViewPage
        owner
         
  | 
    
| 
        RadPageViewAccessibilityObject
        parent
         
  | 
    
| 
        System.String
        name
         
  | 
    
Properties
Bounds
Gets the location and size of the accessible object
Declaration
public override Rectangle Bounds { get; }
  Property Value
| 
        System.Drawing.Rectangle
         
  | 
    
Name
Declaration
public override string Name { get; set; }
  Property Value
| 
        System.String
         
  | 
    
Overrides
OwnerElement
Declaration
public override object OwnerElement { get; }
  Property Value
| 
        System.Object
         
  | 
    
Overrides
Parent
Declaration
public override AccessibleObject Parent { get; }
  Property Value
| 
        System.Windows.Forms.AccessibleObject
         
  | 
    
Role
Declaration
public override AccessibleRole Role { get; }
  Property Value
| 
        System.Windows.Forms.AccessibleRole
         
  | 
    
State
Declaration
public override AccessibleStates State { get; }
  Property Value
| 
        System.Windows.Forms.AccessibleStates
         
  |