BreadcrumbItemAutomationPeer Class
Exposes BreadcrumbItem types to UI Automation.
public class BreadcrumbItemAutomationPeer : FrameworkElementAutomationPeer
- Inheritance:
- object AutomationPeer UIElementAutomationPeer FrameworkElementAutomationPeer object
Constructors
BreadcrumbItemAutomationPeer(BreadcrumbItem)
Initializes a new instance of the BreadcrumbItemAutomationPeer class.
public BreadcrumbItemAutomationPeer(BreadcrumbItem owner)
Parameter | Type | Description |
---|---|---|
owner | BreadcrumbItem | The owner element. |
Methods
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().