Class GridListControlChildAccessibleObject
Used internally. Provides all information about child GridListControl accessible objects.
Inheritance
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public class GridListControlChildAccessibleObject : Control.ControlAccessibleObject
Constructors
GridListControlChildAccessibleObject(GridListControlChild)
Used internally. Initializes a new instance of the GridListControlChildAccessibleObject class.
Declaration
public GridListControlChildAccessibleObject(GridListControlChild owner)
Parameters
| Type | Name | Description |
|---|---|---|
| GridListControlChild | owner | The GridListControlChildmain control. |
Properties
Bounds
Used internally. Gets the Boundsproperty.
Declaration
public override Rectangle Bounds { get; }
Property Value
| Type |
|---|
| System.Drawing.Rectangle |
Description
Gets the System.Windows.Forms.Control.AccessibleDescriptionproperty.
Declaration
public override string Description { get; }
Property Value
| Type |
|---|
| System.String |
Help
Gets the help string. Used internally.
Declaration
public override string Help { get; }
Property Value
| Type |
|---|
| System.String |
Name
Used internally. Gets the System.Windows.Forms.Control.AccessibleNameproperty.
Declaration
public override string Name { get; }
Property Value
| Type |
|---|
| System.String |
Parent
Gets the System.Windows.Forms.Control.AccessibilityObjectproperty. Used internally.
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
Gets the System.Windows.Forms.AccessibleStatesproperty. Used internally.
Declaration
public override AccessibleStates State { get; }
Property Value
| Type |
|---|
| System.Windows.Forms.AccessibleStates |
Value
Used internally. Get or sets the GridListControl Text value.
Declaration
public override string Value { get; set; }
Property Value
| Type |
|---|
| System.String |
Methods
GetChild(Int32)
Used internally. Find the child object by using index.
Declaration
public override AccessibleObject GetChild(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index | The zero-based index of the accessible child. |
Returns
| Type | Description |
|---|---|
| System.Windows.Forms.AccessibleObject | An System.Windows.Forms.AccessibleObject that represents the accessible child corresponding to the specified index. |
GetChildCount()
Used internally.
Declaration
public override int GetChildCount()
Returns
| Type | Description |
|---|---|
| System.Int32 | The number of children belonging to an accessible object. |
GetFocused()
Used internally. Retrieves the object that has the keyboard focus.
Declaration
public override AccessibleObject GetFocused()
Returns
| Type | Description |
|---|---|
| System.Windows.Forms.AccessibleObject | An System.Windows.Forms.AccessibleObject that specifies the currently focused child. This method returns the calling object if the object itself is focused. Returns null if no object has focus. |
GetSelected()
Used internally. Retrieves the currently selected child.
Declaration
public override AccessibleObject GetSelected()
Returns
| Type | Description |
|---|---|
| System.Windows.Forms.AccessibleObject | An System.Windows.Forms.AccessibleObject that represents the currently selected child. This method returns the calling object if the object itself is selected. Returns null if is no child is currently selected and the object itself does not have focus. |
HitTest(Int32, Int32)
Used internally. Retrieves the child object at the specified screen coordinates.
Declaration
public override AccessibleObject HitTest(int x, int y)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | x | The horizontal screen coordinate. |
| System.Int32 | y | The vertical screen coordinate. |
Returns
| Type | Description |
|---|---|
| System.Windows.Forms.AccessibleObject | An System.Windows.Forms.AccessibleObject that represents the child object at the given screen coordinates. This method returns the calling object if the object itself is at the location specified. Returns null if no object is at the tested location. |
Navigate(AccessibleNavigation)
Used internally. Navigate to another AccessibleObject.
Declaration
public override AccessibleObject Navigate(AccessibleNavigation navdir)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.Forms.AccessibleNavigation | navdir | One of the System.Windows.Forms.AccessibleNavigation values. |
Returns
| Type | Description |
|---|---|
| System.Windows.Forms.AccessibleObject | An System.Windows.Forms.AccessibleObject that represents one of the System.Windows.Forms.AccessibleNavigation values. |