Class RadListDataItemAccessibleObject
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
[ComVisible(true)]
public class RadListDataItemAccessibleObject : RadItemAccessibleObject
Constructors
RadListDataItemAccessibleObject(RadListDataItem, AccessibleObject)
Declaration
public RadListDataItemAccessibleObject(RadListDataItem item, AccessibleObject parent)
Parameters
Rad
|
System.
|
Properties
Bounds
Declaration
public override Rectangle Bounds { get; }
Property Value
System.
|
Description
Declaration
public override string Description { get; }
Property Value
System.
|
Help
Declaration
public override string Help { get; }
Property Value
System.
|
Name
Declaration
public override string Name { get; set; }
Property Value
System.
|
Owner
Declaration
public override object Owner { get; }
Property Value
System.
|
Overrides
Parent
Declaration
public override AccessibleObject Parent { get; }
Property Value
System.
|
Role
Declaration
public override AccessibleRole Role { get; }
Property Value
System.
|
SelectedDataItem
State
Declaration
public override AccessibleStates State { get; }
Property Value
System.
|
Methods
DoDefaultAction()
Declaration
public override void DoDefaultAction()
Navigate(AccessibleNavigation)
Select(AccessibleSelection)
Declaration
public override void Select(AccessibleSelection flags)
Parameters
System.
|