Class RadCheckBoxElementAccessibleObject
Inheritance
System.Object
RadCheckBoxElementAccessibleObject
Assembly: Telerik.WinControls.UI.dll
Syntax
[ComVisible(true)]
public class RadCheckBoxElementAccessibleObject : RadControlAccessibleObject
Constructors
Declaration
public RadCheckBoxElementAccessibleObject(RadCheckBoxElement ownerElement, string name)
Parameters
Properties
Declaration
public override Rectangle Bounds { get; }
Property Value
Declaration
public override string Description { get; }
Property Value
Declaration
public override string Name { get; set; }
Property Value
Overrides
Declaration
public override object OwnerElement { get; }
Property Value
Overrides
Declaration
public override AccessibleRole Role { get; }
Property Value
|
System.Windows.Forms.AccessibleRole
|
Declaration
public override AccessibleStates State { get; }
Property Value
|
System.Windows.Forms.AccessibleStates
|
Extension Methods