Class OverviewAutomationPeer
Represents the class which is used to get the name and control point type value of the over view.
Inheritance
System.Object
OverviewAutomationPeer
Namespace: Syncfusion.UI.Xaml.Diagram.Controls
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class OverviewAutomationPeer : UIElementAutomationPeer
Constructors
OverviewAutomationPeer(Overview)
Initializes a new instance of the OverviewAutomationPeer class.
Declaration
public OverviewAutomationPeer(Overview overview)
Parameters
Type | Name | Description |
---|---|---|
Overview | overview | The instance of the over view. |
Methods
GetAutomationControlTypeCore()
To get the automation control point type value of the overview.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
Type | Description |
---|---|
System.Windows.Automation.Peers.AutomationControlType | Returns the automation control point type value as custom. |
GetAutomationIdCore()
Overridden to return the name value of the over view.
Declaration
protected override string GetAutomationIdCore()
Returns
Type | Description |
---|---|
System.String | Returns the name of the over view control. |
GetLocalizedControlTypeCore()
Gets the localized version of the control type for the Overview that is associated with this OverviewAutomationPeer.
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
Type | Description |
---|---|
System.String | A string that contains "Overview". |
GetNameCore()
Overridden to return the name of the over view.
Declaration
protected override string GetNameCore()
Returns
Type | Description |
---|---|
System.String | Returns the name of the over view control. |