Class SliderAutomationPeer
Exposes Slider types to UI automation.
Inheritance
System.Object
SliderAutomationPeer
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Automation.Peers
Assembly: OpenSilver.dll
Syntax
public class SliderAutomationPeer : RangeBaseAutomationPeer, IDependencyObject, IRangeValueProvider
Constructors
| Improve this Doc View SourceSliderAutomationPeer(Slider)
Initializes a new instance of the SliderAutomationPeer class.
Declaration
public SliderAutomationPeer(Slider owner)
Parameters
Type | Name | Description |
---|---|---|
Slider | owner | The Slider to associate with the SliderAutomationPeer. |
Methods
| Improve this Doc View SourceGetAutomationControlTypeCore()
Gets the control type for the element that is associated with this SliderAutomationPeer. This method is called by GetAutomationControlType().
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
Type | Description |
---|---|
AutomationControlType | A value of the enumeration. |
Overrides
| Improve this Doc View SourceGetClassNameCore()
Gets the name of the class that is associated with this SliderAutomationPeer. This method is called by GetClassName().
Declaration
protected override string GetClassNameCore()
Returns
Type | Description |
---|---|
System.String | The class name. |
Overrides
| Improve this Doc View SourceGetClickablePointCore()
Gets a clickable point on the pwner control.
Declaration
protected override Point GetClickablePointCore()
Returns
Type | Description |
---|---|
Point | A Point structure containing a point on the owner control that is clickable. |