Class ListViewItemAccessibleObject
Represents a class that provides an accessibility object for the items in the SfListView.
Inheritance
System.Object
ListViewItemAccessibleObject
Namespace: Syncfusion.WinForms.ListView.Accessibility
Assembly: Syncfusion.SfListView.WinForms.dll
Syntax
public class ListViewItemAccessibleObject : Control.ControlAccessibleObject
Constructors
ListViewItemAccessibleObject(SfListView, Int32, ListViewItemInfo)
Initializes a new instance of the ListViewItemAccessibleObject class.
Declaration
public ListViewItemAccessibleObject(SfListView sfListView, int index, ListViewItemInfo itemInfo)
Parameters
Type | Name | Description |
---|---|---|
SfListView | sfListView | The SfListView control. |
System.Int32 | index | An index of the row. |
ListViewItemInfo | itemInfo | The item details of the list item. |
Properties
Bounds
Gets the bounds of an item.
Declaration
public override Rectangle Bounds { get; }
Property Value
Type |
---|
System.Drawing.Rectangle |
Description
Gets the AccessibleDescription of an item.
Declaration
public override string Description { get; }
Property Value
Type |
---|
System.String |
Name
Gets the AccessibleName of an item.
Declaration
public override string Name { get; set; }
Property Value
Type |
---|
System.String |
Role
Gets the AccessibleRole of an item.
Declaration
public override AccessibleRole Role { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleRole |
State
Gets the AccessibleState of an item.
Declaration
public override AccessibleStates State { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleStates |
Value
Gets the AccessibleValue of an item.
Declaration
public override string Value { get; set; }
Property Value
Type |
---|
System.String |
Methods
Navigate(AccessibleNavigation)
Navigates to other accessible object.
Declaration
public override AccessibleObject Navigate(AccessibleNavigation navdir)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.AccessibleNavigation | navdir | One of the AccessibleNavigation values. |
Returns
Type | Description |
---|---|
System.Windows.Forms.AccessibleObject | An object that represents one of the navigation direction values. |