Class ScrollBarAccessibileObject
Represents the class that provides the accessibility object of the Scrollbar components.
Inheritance
System.Object
ScrollBarAccessibileObject
Namespace: Syncfusion.WinForms.Controls.Accessibility
Assembly: Syncfusion.Core.WinForms.dll
Syntax
public class ScrollBarAccessibileObject : AccessibleObject
Constructors
ScrollBarAccessibileObject(ScrollBarBase, Int32)
Initializes a new instance of the ScrollBarAccessibileObject class.
Declaration
public ScrollBarAccessibileObject(ScrollBarBase scrollbar, int region)
Parameters
Type | Name | Description |
---|---|---|
ScrollBarBase | scrollbar | The parent control. |
System.Int32 | region | The region of the scrollbar component. |
Properties
Bounds
Gets the bounds of the scrollbar component.
Declaration
public override Rectangle Bounds { get; }
Property Value
Type |
---|
System.Drawing.Rectangle |
Name
Gets the AccessibleName of the Scrollbar component.
Declaration
public override string Name { get; set; }
Property Value
Type |
---|
System.String |
Parent
Gets the accessibility object of the parent control.
Declaration
public override AccessibleObject Parent { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleObject |
Role
Gets the AccessibleRole of the ScrollBarBase component.
Declaration
public override AccessibleRole Role { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleRole |