Class GroupViewItemAccessibleObject
Represents the accessibility object for a single GroupViewItem within a GroupView control.
Inheritance
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class GroupViewItemAccessibleObject : AccessibleObject
Constructors
GroupViewItemAccessibleObject(GroupViewItem)
Initializes a new instance of the GroupViewItemAccessibleObject class.
Declaration
public GroupViewItemAccessibleObject(GroupViewItem gvitem)
Parameters
| Type | Name | Description |
|---|---|---|
| GroupViewItem | gvitem | The GroupViewItem associated with this accessibility object. |
Properties
Bounds
Gets the screen bounds of the item.
Declaration
public override Rectangle Bounds { get; }
Property Value
| Type |
|---|
| System.Drawing.Rectangle |
DefaultAction
Gets the default action description for the item.
Declaration
public override string DefaultAction { get; }
Property Value
| Type |
|---|
| System.String |
Description
Gets the accessible description of the item.
Declaration
public override string Description { get; }
Property Value
| Type |
|---|
| System.String |
GroupViewAccessibilityObject
Gets the accessibility object for the parent GroupView control.
Declaration
public GroupViewControlAccessibleObject GroupViewAccessibilityObject { get; }
Property Value
| Type |
|---|
| GroupViewControlAccessibleObject |
Index
Gets the index of the item within the group view.
Declaration
public int Index { get; }
Property Value
| Type |
|---|
| System.Int32 |
Name
Gets the accessible name of the item.
Declaration
public override string Name { get; }
Property Value
| Type |
|---|
| System.String |
Parent
Gets the accessible parent object.
Declaration
public override AccessibleObject Parent { get; }
Property Value
| Type |
|---|
| System.Windows.Forms.AccessibleObject |
Role
Gets the accessible role of the item.
Declaration
public override AccessibleRole Role { get; }
Property Value
| Type |
|---|
| System.Windows.Forms.AccessibleRole |
State
Gets the current accessibility state of the item.
Declaration
public override AccessibleStates State { get; }
Property Value
| Type |
|---|
| System.Windows.Forms.AccessibleStates |
Methods
DoDefaultAction()
Performs the default action for the item (selects it).
Declaration
public override void DoDefaultAction()
GetFocused()
Gets the currently focused accessible object.
Declaration
public override AccessibleObject GetFocused()
Returns
| Type |
|---|
| System.Windows.Forms.AccessibleObject |
Navigate(AccessibleNavigation)
Navigates from this item in the specified direction.
Declaration
public override AccessibleObject Navigate(AccessibleNavigation navdir)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.Forms.AccessibleNavigation | navdir | The navigation direction. |
Returns
| Type |
|---|
| System.Windows.Forms.AccessibleObject |
Select(AccessibleSelection)
Selects the item based on the specified selection flags.
Declaration
public override void Select(AccessibleSelection flags)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.Forms.AccessibleSelection | flags | The selection behavior flags. |