CircularThumbAutomationPeer Class
Exposes CircularThumb types to UI Automation.
public class CircularThumbAutomationPeer : FrameworkElementAutomationPeer
- Inheritance:
- object AutomationPeer UIElementAutomationPeer FrameworkElementAutomationPeer object
Constructors
CircularThumbAutomationPeer(CircularThumb)
Exposes CircularThumb types to UI Automation.
public CircularThumbAutomationPeer(CircularThumb owner)
| Parameter | Type | Description |
|---|---|---|
| owner | CircularThumb | The owner element. |
Methods
GetAutomationControlTypeCore()
Gets the control type for the UIElement that is associated with this UIElementAutomationPeer. This method is called by GetAutomationControlType().
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
- AutomationControlType:
The Custom enumeration value.
GetClassNameCore()
Gets the name of the UIElement that is associated with this UIElementAutomationPeer. This method is called by GetClassName().
GetLocalizedControlTypeCore()
When overridden in a derived class, is called by GetLocalizedControlType().