Class GridListControlItemAccessibleObject
Provides information that accessibility applications use to adjust an application's user interface (UI) for users with impairments.
Inheritance
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public class GridListControlItemAccessibleObject : AccessibleObject
Constructors
GridListControlItemAccessibleObject(GridListControlChild, Int32)
Used internally. Initializes a new instance of the GridListControlItemAccessibleObject class.
Declaration
public GridListControlItemAccessibleObject(GridListControlChild grid, int index)
Parameters
Type | Name | Description |
---|---|---|
GridListControlChild | grid | |
System.Int32 | index |
Properties
Bounds
Used internally. Gets the location and size of the accessible object.
Declaration
public override Rectangle Bounds { get; }
Property Value
Type |
---|
System.Drawing.Rectangle |
DefaultAction
Used internally. Gets the role defaultAction the grid. This is used by accessibility programs.
Declaration
public override string DefaultAction { get; }
Property Value
Type |
---|
System.String |
Description
Used internally. 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
Type |
---|
System.String |
Index
Gets Index.Used internally.
Declaration
public int Index { get; }
Property Value
Type |
---|
System.Int32 |
Name
Used internally. Gets the AccessibleObject Name.
Declaration
public override string Name { get; }
Property Value
Type |
---|
System.String |
Parent
Used internally. Gets the parent of an accessible object.
Declaration
public override AccessibleObject Parent { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleObject |
Role
Used internally.> Gets the role for the grid. This is used by accessibility programs.
Declaration
public override AccessibleRole Role { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleRole |
State
Used internally. Gets the state of this accessible object.
Declaration
public override AccessibleStates State { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleStates |
Methods
DoDefaultAction()
Used internally. Performs the default action associated with this accessible object.
Declaration
public override void DoDefaultAction()
GetFocused()
Returns the currently focused child, if any. Returns this if the object itself is focused.
Declaration
public override AccessibleObject GetFocused()
Returns
Type | Description |
---|---|
System.Windows.Forms.AccessibleObject | The currently focused child. |
Navigate(AccessibleNavigation)
Navigate to the next or previous grid entry.
Declaration
public override AccessibleObject Navigate(AccessibleNavigation navdir)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.AccessibleNavigation | navdir | The entry to navigate to. |
Returns
Type | Description |
---|---|
System.Windows.Forms.AccessibleObject | The child object. |
Select(AccessibleSelection)
Used internally. Modifies the selection or moves the keyboard focus of the accessible object.
Declaration
public override void Select(AccessibleSelection flags)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.AccessibleSelection | flags |