Class RadItemElementAccessibleObject
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
[ComVisible(true)]
public class RadItemElementAccessibleObject : RadControlAccessibleObject
Constructors
RadItemElementAccessibleObject(RadItem, String)
Declaration
public RadItemElementAccessibleObject(RadItem owner, string name)
Parameters
RadItem
owner
|
System.String
name
|
RadItemElementAccessibleObject(RadItem, AccessibleRole, String)
Declaration
public RadItemElementAccessibleObject(RadItem owner, AccessibleRole role, string name)
Parameters
RadItem
owner
|
System.Windows.Forms.AccessibleRole
role
|
System.String
name
|
Properties
Description
Declaration
public override string Description { get; }
Property Value
System.String
|
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
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
|
Methods
SetRole(AccessibleRole)
Declaration
public void SetRole(AccessibleRole role)
Parameters
System.Windows.Forms.AccessibleRole
role
|