menu

WinForms

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

    Show / Hide Table of Contents

    Class ScrollControlAccessibilityObject

    Represents a class that provides the accessibility object for the SfScrollControl.

    Inheritance
    System.Object
    ScrollControlAccessibilityObject
    Namespace: Syncfusion.WinForms.Controls.Accessibility
    Assembly: Syncfusion.Core.WinForms.dll
    Syntax
    public class ScrollControlAccessibilityObject : Control.ControlAccessibleObject

    Constructors

    ScrollControlAccessibilityObject(SfScrollControl)

    Initializes a new instance of the ScrollControlAccessibilityObject class.

    Declaration
    public ScrollControlAccessibilityObject(SfScrollControl sfScrollControl)
    Parameters
    Type Name Description
    SfScrollControl sfScrollControl

    The SfScrollControl.

    Properties

    Bounds

    Gets the bounds of the SfScrollControl control.

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

    Description

    Gets the AccessibleDescription of the SfScrollControl control.

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

    Name

    Gets the AccessibleName of the SfScrollControl control.

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

    Parent

    Gets the accessibility object of the SfScrollControl parent.

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

    Role

    Gets the AccessibleRole of the SfScrollControl control.

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

    Methods

    GetChild(Int32)

    Overridden to get 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.

    Returns
    Type Description
    System.Windows.Forms.AccessibleObject

    Returns the accessibility object of the child.

    GetChildCount()

    Overridden to get the child count of the SfScrollFrame.

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

    Returns the child count of the scrollbar.

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