Class RangeSliderAccessibleObject
Represents the class that provides the accessibility object for the RangeSlider
Inheritance
System.Object
RangeSliderAccessibleObject
Namespace: Syncfusion.Windows.Forms.Tools.Accessibility
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class RangeSliderAccessibleObject : Control.ControlAccessibleObject
Constructors
RangeSliderAccessibleObject(RangeSlider)
Initializes a new instance of the RangeSliderAccessibleObject class.
Declaration
public RangeSliderAccessibleObject(RangeSlider owner)
Parameters
Type | Name | Description |
---|---|---|
RangeSlider | owner | The RangeSlider which needs to create the accessibility object. |
Properties
Bounds
Gets the bounds of the RangeSlider control.
Declaration
public override Rectangle Bounds { get; }
Property Value
Type |
---|
System.Drawing.Rectangle |
Description
Gets the AccessibleDescription of the RangeSlider control.
Declaration
public override string Description { get; }
Property Value
Type |
---|
System.String |
Help
Gets the details about what the object does or how the object is used.
Declaration
public override string Help { get; }
Property Value
Type |
---|
System.String |
Name
Gets the AccessibleName of the RangeSlider control.
Declaration
public override string Name { get; }
Property Value
Type |
---|
System.String |
Parent
Gets the accessibility object of the RangeSlider parent.
Declaration
public override AccessibleObject Parent { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleObject |
Role
Gets the AccessibleRole of the RangeSlider control.
Declaration
public override AccessibleRole Role { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleRole |
State
Gets the state for the RangeSlider.
Declaration
public override AccessibleStates State { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleStates |
Value
Gets the value of the RangeSlider.
Declaration
public override string Value { get; }
Property Value
Type |
---|
System.String |