Class RadScrollBarElementAccessibleObject
Inheritance
System.Object
RadScrollBarElementAccessibleObject
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
[ComVisible(true)]
public class RadScrollBarElementAccessibleObject : Control.ControlAccessibleObject
Constructors
RadScrollBarElementAccessibleObject(RadScrollBarElement)
Declaration
public RadScrollBarElementAccessibleObject(RadScrollBarElement ownerElement)
Parameters
RadScrollBarElement
ownerElement
|
Fields
ownerElement
Properties
Description
Declaration
public override string Description { get; }
Property Value
System.String
|
Name
Declaration
public override string Name { get; set; }
Property Value
System.String
|
Role
Declaration
public override AccessibleRole Role { get; }
Property Value
System.Windows.Forms.AccessibleRole
|
Value
Declaration
public override string Value { get; set; }
Property Value
System.String
|
Methods
GetChild(Int32)
Declaration
public override AccessibleObject GetChild(int index)
Parameters
System.Int32
index
|
Returns
System.Windows.Forms.AccessibleObject
|
GetChildCount()
Declaration
public override int GetChildCount()
Returns
System.Int32
|