Class RadialSliderAcessibleObject
Provides information about a RadialSlider, that can be used by an accessibility application.
Inheritance
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class RadialSliderAcessibleObject : Control.ControlAccessibleObject
Constructors
RadialSliderAcessibleObject(RadialSlider)
Initializes a new instance of the RadialSliderAcessibleObject class.
Declaration
public RadialSliderAcessibleObject(RadialSlider radialSlider)
Parameters
Type | Name | Description |
---|---|---|
RadialSlider | radialSlider | RadialSlider which needs to be used for accessibility application. |
Properties
Bounds
Gets or sets the accessible object bounds.
Declaration
public override Rectangle Bounds { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Rectangle | The accessible object bounds. |
Description
Gets the description of the RadialSliderAcessibleObject.
Declaration
public override string Description { get; }
Property Value
Type | Description |
---|---|
System.String | A string describing the RadialSliderAcessibleObject. |
Help
Gets the description of what the object does or how the object is used.
Declaration
public override string Help { get; }
Property Value
Type | Description |
---|---|
System.String | The description of what the object does or how the object is used. |
Name
Gets or sets the accessible object name.
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
System.String | The accessible object name. |
Parent
Parent of the AccessibleObject
Declaration
public override AccessibleObject Parent { get; }
Property Value
Type | Description |
---|---|
System.Windows.Forms.AccessibleObject | An RadialSliderAcessibleObject that represents the parent of an accessible object, or null if there is no parent object. |
Role
Gets the role for the RadialSlider. This is used by accessibility programs.
Declaration
public override AccessibleRole Role { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleRole |
State
Gets the state for the RadialSlider. This is used by accessibility programs.
Declaration
public override AccessibleStates State { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleStates |
Value
The value of the RadialSlider.
Declaration
public override string Value { get; set; }
Property Value
Type |
---|
System.String |
Methods
GetFocused()
Retrieves the object that has the keyboard focus.
Declaration
public override AccessibleObject GetFocused()
Returns
Type | Description |
---|---|
System.Windows.Forms.AccessibleObject | An RadialSliderAcessibleObject that specifies the currently focused child. This method returns the calling object if the object itself is focused. Returns null if no object has focus. |