WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OverviewAutomationPeer - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved