RadialHuePickerAutomationPeer Class
Exposes RadialHuePicker types to UI Automation.
public class RadialHuePickerAutomationPeer : FrameworkElementAutomationPeer
- Inheritance:
- object AutomationPeer UIElementAutomationPeer FrameworkElementAutomationPeer object
Constructors
RadialHuePickerAutomationPeer(RadialHuePicker)
Initializes a new instance of the RadialHuePickerAutomationPeer
class.
public RadialHuePickerAutomationPeer(RadialHuePicker owner)
Parameter | Type | Description |
---|---|---|
owner | RadialHuePicker | The owner element. |
Methods
GetAutomationControlTypeCore()
Gets the control type for the element that is associated with the UI Automation peer.
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
- AutomationControlType:
The control type.
GetClassNameCore()
Gets a name that is used with AutomationControlType
, to differentiate the control that is represented by this AutomationPeer
.
GetLocalizedControlTypeCore()
Gets a localized string that represents the AutomationControlType
value for the control that is associated with this automation peer.