Class RadGridSpinEditorElementAccessibleObject
Represents an accessible object for the RadGridSpinEditorElement.
Inheritance
Namespace: Telerik.WinControls.UI.Code.Accessiblity
Assembly: Telerik.WinControls.GridView.dll
Syntax
public sealed class RadGridSpinEditorElementAccessibleObject : Control.ControlAccessibleObject
Constructors
RadGridSpinEditorElementAccessibleObject(RadGridView, RadSpinEditorElement, CellAccessibleObject, Size, Point, String)
Initializes a new instance of the Rad
Declaration
public RadGridSpinEditorElementAccessibleObject(RadGridView owner, RadSpinEditorElement editor, CellAccessibleObject parent, Size size, Point location, string name)
Parameters
Rad The owner. |
Rad The editor. |
Cell The parent. |
System. The size. |
System. The location. |
System. The name. |
Properties
Bounds
Gets the location and size of the accessible object.
Declaration
public override Rectangle Bounds { get; }
Property Value
System. A System. |
Exceptions
System. The bounds of control cannot be retrieved. |
Description
Gets a string that describes the visual appearance of the specified object. Not all objects have a description.
Declaration
public override string Description { get; }
Property Value
System. A description of the object's visual appearance to the user, or null if the object does not have a description. |
Exceptions
System. The description for the control cannot be retrieved. |
Name
Gets or sets the object name.
Declaration
public override string Name { get; }
Property Value
System. The object name, or null if the property has not been set. |
Exceptions
System. The name of the control cannot be retrieved or set. |
Parent
Gets the parent of an accessible object.
Declaration
public override AccessibleObject Parent { get; }
Property Value
System. An System. |
Role
Gets the role.
Declaration
public override AccessibleRole Role { get; }
Property Value
System. The role. |
State
Gets the state of this accessible object.
Declaration
public override AccessibleStates State { get; }
Property Value
System. One of the System. |