menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LaneAutomationPeer - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LaneAutomationPeer

    Exposes Lane types to UI Automation.

    Inheritance
    System.Object
    LaneAutomationPeer
    Namespace: Syncfusion.UI.Xaml.Diagram.Automation.Peers
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public class LaneAutomationPeer : FrameworkElementAutomationPeer

    Constructors

    LaneAutomationPeer(Lane)

    Initializes a new instance of the LaneAutomationPeer class.

    Declaration
    public LaneAutomationPeer(Lane owner)
    Parameters
    Type Name Description
    Lane owner

    The Lane that is associated with this LaneAutomationPeer.

    Methods

    GetAutomationControlTypeCore()

    Gets the control type for the Lane that is associated with this LaneAutomationPeer. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType.

    Declaration
    protected override AutomationControlType GetAutomationControlTypeCore()
    Returns
    Type Description
    System.Windows.Automation.Peers.AutomationControlType

    The System.Windows.Automation.Peers.AutomationControlType.Custom enumeration value.

    GetAutomationIdCore()

    Gets the string that uniquely identifies the Lane that is associated with this LaneAutomationPeer. Called by System.Windows.Automation.Peers.AutomationPeer.GetAutomationId.

    Declaration
    protected override string GetAutomationIdCore()
    Returns
    Type Description
    System.String

    A string that contains the automation identifier.

    GetClassNameCore()

    Gets the name of the class that defines the type that is associated with this LaneAutomationPeer. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetClassName.

    Declaration
    protected override string GetClassNameCore()
    Returns
    Type Description
    System.String

    A string that contains "Lane".

    GetLocalizedControlTypeCore()

    Gets the localized version of the control type for the Lane that is associated with this LaneAutomationPeer.

    Declaration
    protected override string GetLocalizedControlTypeCore()
    Returns
    Type Description
    System.String

    A string that contains "Lane".

    GetNameCore()

    Gets the text label of the Lane that is associated with this LaneAutomationPeer. Called by System.Windows.Automation.Peers.AutomationPeer.GetName.

    Declaration
    protected override string GetNameCore()
    Returns
    Type Description
    System.String

    The text label of the element that is associated with this automation peer.

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