Class ScrollBarAccessibilityObject
Represents the class that provides the accessibility object for the SfScrollBar.
Inheritance
System.Object
ScrollBarAccessibilityObject
Namespace: Syncfusion.WinForms.Controls.Accessibility
Assembly: Syncfusion.Core.WinForms.dll
Syntax
public class ScrollBarAccessibilityObject : Control.ControlAccessibleObject
Constructors
ScrollBarAccessibilityObject(ScrollBarBase)
Initializes a new instance of the ScrollBarAccessibilityObject class.
Declaration
public ScrollBarAccessibilityObject(ScrollBarBase scrollBar)
Parameters
Type | Name | Description |
---|---|---|
ScrollBarBase | scrollBar | The ScrollBarBase. |
Properties
Bounds
Gets the bounds of the ScrollBarBase control.
Declaration
public override Rectangle Bounds { get; }
Property Value
Type |
---|
System.Drawing.Rectangle |
Description
Gets the AccessibleDescription of the ScrollBarBase control.
Declaration
public override string Description { get; }
Property Value
Type |
---|
System.String |
Name
Gets the AccessibleName of the ScrollBarBase control.
Declaration
public override string Name { get; }
Property Value
Type |
---|
System.String |
Parent
Gets the accessibility object of the ScrollBarBase parent.
Declaration
public override AccessibleObject Parent { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleObject |
Role
Gets the AccessibleRole of the ScrollBarBase 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 scrollbar.
Declaration
public override int GetChildCount()
Returns
Type | Description |
---|---|
System.Int32 | Returns the child count of the scrollbar. |