EditorOutliningMarginAutomationPeer Class
Exposes EditorOutliningMargin type instances to UI Automation.
public class EditorOutliningMarginAutomationPeer : FrameworkElementAutomationPeer
- Inheritance:
- object AutomationPeer UIElementAutomationPeer FrameworkElementAutomationPeer object
Constructors
EditorOutliningMarginAutomationPeer(EditorOutliningMargin)
Initializes a new instance of the EditorOutliningMarginAutomationPeer
class.
public EditorOutliningMarginAutomationPeer(EditorOutliningMargin owner)
Parameter | Type | Description |
---|---|---|
owner | EditorOutliningMargin | 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.
GetChildrenCore()
Returns the child UI Automation peers.
protected override List<AutomationPeer> GetChildrenCore()
Returns
- List<AutomationPeer>:
The child UI Automation peers.
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.