menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ListViewAccessibility - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ListViewAccessibility

    The ListViewAccessibility class provides information about a control that can be used by an accessibility application.

    Inheritance
    System.Object
    ListViewAccessibility
    Namespace: Syncfusion.WinForms.ListView.Accessibility
    Assembly: Syncfusion.SfListView.WinForms.dll
    Syntax
    public class ListViewAccessibility : Control.ControlAccessibleObject

    Constructors

    ListViewAccessibility(SfListView)

    Initializes a new instance of the ListViewAccessibility class.

    Declaration
    public ListViewAccessibility(SfListView sfListView)
    Parameters
    Type Name Description
    SfListView sfListView

    SfListView which needs to be used for accessibility application.

    Properties

    Bounds

    Gets the Bounds of the SfListView which is used by Accessibility program

    Declaration
    public override Rectangle Bounds { get; }
    Property Value
    Type
    System.Drawing.Rectangle

    Name

    Gets the Name of the SfListView which is used by Accessibility program

    Declaration
    public override string Name { get; }
    Property Value
    Type
    System.String

    Parent

    Gets the Parent of the SfListView which is used by Accessibility program.

    Declaration
    public override AccessibleObject Parent { get; }
    Property Value
    Type
    System.Windows.Forms.AccessibleObject

    Role

    Gets the AccessibleRole of the SfListView control.

    Declaration
    public override AccessibleRole Role { get; }
    Property Value
    Type
    System.Windows.Forms.AccessibleRole

    Value

    Gets or sets the DateTimeText of the SfListView.

    Declaration
    public override string Value { get; set; }
    Property Value
    Type
    System.String

    Methods

    GetChild(Int32)

    Gets an accessibility object of the child at the given index.

    Declaration
    public override AccessibleObject GetChild(int index)
    Parameters
    Type Name Description
    System.Int32 index

    The index of the child control.

    Returns
    Type Description
    System.Windows.Forms.AccessibleObject

    Returns the child object at the given index.

    GetChildCount()

    Gets the count of the items in the SfListView.

    Declaration
    public override int GetChildCount()
    Returns
    Type Description
    System.Int32

    Returns the child count of the list view.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved